推送签名修改

This commit is contained in:
zhaoqing
2026-06-10 19:27:28 +08:00
parent 7ec8be59ff
commit 73348d8469
10 changed files with 58 additions and 8 deletions
@@ -1261,4 +1261,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
</where>
</sql>
<select id="getPushVerifyByOrgId" resultType="java.lang.String">
select PUSH_VERIFY from NGWL_TEST_PRODUCT.SYS_ORGANIZATION where ORGANIZATION_ID = #{organizationId}
</select>
</mapper>