三方额度查询

This commit is contained in:
赵辉
2026-06-16 16:23:34 +08:00
parent ff5bc742aa
commit c6e4e76d82
6 changed files with 129 additions and 0 deletions
@@ -615,6 +615,9 @@
AND a.organization_id = #{organizationId}
LIMIT 1
</select>
<select id="getOrgNcCode" resultType="java.lang.String">
select NC_CODE from NGWL_TEST_PRODUCT.SYS_ORGANIZATION where ORGANIZATION_ID = #{organizationId}
</select>
</mapper>