关务推送动态url地址;
This commit is contained in:
+8
@@ -345,4 +345,12 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
pmd.update_by = #{updateBy}, pmd.update_by_name = #{updateByName}, pmd.update_time = #{updateTime}
|
||||
WHERE pmd.out_unique_id = #{outUniqueId} AND pmd.del_flag = 1
|
||||
</update>
|
||||
|
||||
<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