#
vincentlu
2025-01-20 b0855265d373b2dd46e34815e90887fb89d89b54
zy-acs-manager/src/main/resources/mapper/manager/CodeMapper.xml
@@ -53,4 +53,8 @@
        AND deleted = 0
    </select>
    <select id="selectAllLocCode" resultType="java.lang.Long">
        select distinct code from man_loc where 1=1 and code is not null
    </select>
</mapper>