This commit is contained in:
赵辉
2026-07-03 15:11:41 +08:00
parent 8b66aea296
commit 615e0d34e4
3 changed files with 46 additions and 0 deletions
@@ -646,4 +646,7 @@
and organization_name = #{organizationName}
and interface_type = #{interfaceType} limit 1
</select>
<select id="getCustomerOrgCode" resultType="java.lang.String">
select ORG_CODE from "NGWL_TEST_USER".USER_SHIPPER where 1 = 1 and DEL_FLAG = 1 and USER_ID = #{id}
</select>
</mapper>