From 8162051dad0e7fa6b5f7c2d74fbd814d3e68c80e Mon Sep 17 00:00:00 2001 From: "han\\hanst" Date: Wed, 13 Aug 2025 09:05:48 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B2=83=E5=B0=94=E7=8E=9B=E4=B8=80=E9=94=AE?= =?UTF-8?q?=E7=BB=93=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ecss/data/EcssCoDelNotifyDetailData.java | 1 + src/main/resources/mapper/ecss/CoDelMapper.xml | 13 +++---------- 2 files changed, 4 insertions(+), 10 deletions(-) diff --git a/src/main/java/com/xujie/sys/modules/ecss/data/EcssCoDelNotifyDetailData.java b/src/main/java/com/xujie/sys/modules/ecss/data/EcssCoDelNotifyDetailData.java index 0a719b32..a957e4f4 100644 --- a/src/main/java/com/xujie/sys/modules/ecss/data/EcssCoDelNotifyDetailData.java +++ b/src/main/java/com/xujie/sys/modules/ecss/data/EcssCoDelNotifyDetailData.java @@ -12,6 +12,7 @@ public class EcssCoDelNotifyDetailData extends EcssCoDelNotifyDetail { private String lossratio; private Integer boxrolls; private Integer rollqty; + private Integer boxweight; private String nativeNocartons; private String nocartons; private Integer addFlag; diff --git a/src/main/resources/mapper/ecss/CoDelMapper.xml b/src/main/resources/mapper/ecss/CoDelMapper.xml index c16c28e9..f57b3796 100644 --- a/src/main/resources/mapper/ecss/CoDelMapper.xml +++ b/src/main/resources/mapper/ecss/CoDelMapper.xml @@ -110,32 +110,25 @@ a.notify_status,a.remark,a.createDate,a.createBy,a.cmc_invoice,a.updateDate,a.updateBy,dbo.get_bu_desc(a.site,a.bu_no) as buDesc ,a.overseasShipper,a.overseasAddress,a.cnative,a.localShipAddress from ecss_CoDelNotifyHeader a - where a.site = #{site} - AND a.delNo = #{delNo} -