nc修改
This commit is contained in:
+3
@@ -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>
|
||||
Reference in New Issue
Block a user