关务推送动态url地址;
This commit is contained in:
+7
-1
@@ -616,5 +616,11 @@
|
||||
<select id="getCustomerNcCode" parameterType="java.lang.Long" resultType="java.lang.String">
|
||||
select CUSTOMER_NC_CODE from "NGWL_TEST_USER".USER_SHIPPER where 1 = 1 and DEL_FLAG = 1 and USER_ID = #{id}
|
||||
</select>
|
||||
|
||||
<select id="getNcUrl" resultType="java.lang.String">
|
||||
SELECT INTERFACE_TYPE_VALUE FROM NGWL_TEST_THIRDPARTY."SYS_DEPART_INTERFACE_INFO"
|
||||
where DEL_FLAG = '1'
|
||||
and organization_id = #{organizationId}
|
||||
and organization_name = #{organizationName}
|
||||
and interface_type = #{interfaceType} limit 1
|
||||
</select>
|
||||
</mapper>
|
||||
Reference in New Issue
Block a user