#
luxiaotao1123
2026-01-05 f7f53b2d2efe9cb0fda406b4bf29ef2d6e71e39b
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>