Source/UBCS/ubcs-service/ubcs-code/src/main/resources/mapper/CodeCLassifyMapper.xml
@@ -46,6 +46,9 @@ <select id="selectPlCodeClassifyPage" resultMap="plCodeClassifyResultMap"> select * from PL_CODE_CLASSIFY where is_deleted = 0 <if test="tenantId != null and tenantId != ''"> and tenant_id = #{tenantId} </if> </select> <select id="selectAllLevelChildOid" resultType="java.util.HashMap"> @@ -362,7 +365,7 @@ </if> <if test="tenantId != null and tenantId != ''"> codeclassify0.tenant_id = #{tenantId} and codeclassify0.tenant_id = #{tenantId} </if> order by id asc </select>