xiejun
2023-09-05 ce5dce2d7f6eefbbe863d99e8adfa5d4ed5e229a
Source/UBCS/ubcs-service/ubcs-code/src/main/resources/mapper/CodeCLassifyMapper.xml
@@ -103,7 +103,7 @@
                codeclassify0.tenant_id = #{tenantId}
            </if>
        </where>
        order by id asc
        order by lastmodifytime asc
    </select>
    <select id="selectAllLevelChildHasPath" resultMap="plCodeClassifyResultMap">
@@ -304,7 +304,7 @@
        <if test="tenantId != null and tenantId != ''">
            and codeclassify0.tenant_id = #{tenantId}
        </if>
        order by id asc
        order by lastmodifytime desc
    </select>
    <select id="selectClassifyByKeyAndReseRel" resultMap="plCodeClassifyResultMap">