修改查询nc客户代码字段
This commit is contained in:
+1
-1
@@ -481,7 +481,7 @@
|
||||
</select>
|
||||
|
||||
<select id="getUserNcCode" parameterType="java.lang.Long" resultType="java.lang.String">
|
||||
select NC_CODE from "NGWL_TEST_USER".USER_SHIPPER where 1 = 1 and DEL_FLAG = 1 and USER_ID = #{id} limit 1
|
||||
select CUSTOMER_NC_CODE from "NGWL_TEST_USER".USER_SHIPPER where 1 = 1 and DEL_FLAG = 1 and USER_ID = #{id} limit 1
|
||||
</select>
|
||||
|
||||
<!-- 入仓通知单打印-表头查询 -->
|
||||
|
||||
Reference in New Issue
Block a user