进出口单证推送数据修改

This commit is contained in:
zhaoqing
2026-06-08 17:35:05 +08:00
parent 289c64be2f
commit 59acf6ec4c
4 changed files with 48 additions and 6 deletions
@@ -712,6 +712,11 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<select id="selectByMakerCodeNc1" resultType="java.lang.String" parameterType="java.lang.String">
select SALESPERSON_NC_CODE from NGWL_TEST_USER."USER" where USER_ID = #{salesmanCodeNc}</select>
<select id="getShipperNcCode" parameterType="java.lang.Long" resultType="java.lang.String">
select CUSTOMER_NC_CODE from "NGWL_TEST_USER".USER_SHIPPER
where DEL_FLAG = 1 and USER_ID = #{id} limit 1
</select>
<select id="queryListAndMaterial" parameterType="com.mhd.oms.domain.businessDocumentOrder.repository.todo.BusinessDocumentOrderDO" resultMap="BusinessDocumentOrderResult">
select o.*,a.material_code , a.material_base_info_id ,a.product_type,a.cargo_num
from business_document_order as o