Merge remote-tracking branch 'origin/dev' into dev

This commit is contained in:
王奎兴
2026-07-03 17:49:55 +08:00
9 changed files with 53 additions and 7 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>