nc推送添加推送时间;nc动态获取组织;

This commit is contained in:
王奎兴
2026-03-27 13:45:07 +08:00
parent 62a84e8a19
commit 708d80bcd3
15 changed files with 126 additions and 23 deletions
@@ -150,4 +150,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
SELECT dict_label FROM NGWL_TEST_SYSTEM."SYS_DICT_DATA" where status = '0' and dict_type = 'department' and dict_code = #{dictCode} limit 1
</select>
<select id="getOrgCodeNc" resultType="java.lang.String">
SELECT NC_CODE FROM NGWL_TEST_PRODUCT."SYS_ORGANIZATION" where DEL_FLAG = 1 and organization_id = #{organizationId} limit 1
</select>
</mapper>