From b4eef7489eb225ea5723bea377fcaef753d9e3c5 Mon Sep 17 00:00:00 2001
From: aike <17730485278@139.com>
Date: Fri, 14 Nov 2025 10:54:24 +0800
Subject: [PATCH] =?UTF-8?q?demand:=20=20=20=20tms-=E7=BB=9F=E8=AE=A1?=
=?UTF-8?q?=E6=8A=A5=E8=A1=A8-=E6=9C=88=E7=BB=93=E5=AE=A2=E6=88=B7?=
=?UTF-8?q?=E5=87=BA=E8=B4=A7=E7=BB=9F=E8=AE=A1-=E6=9F=A5=E8=AF=A2?=
=?UTF-8?q?=E8=BF=94=E5=9B=9E=E6=9C=88=E7=BB=93=E5=AE=A2=E6=88=B7=E9=A6=96?=
=?UTF-8?q?=E6=AC=A1=E7=AD=BE=E7=BA=A6=E6=97=B6=E9=97=B4=20=20tms-?=
=?UTF-8?q?=E7=BB=9F=E8=AE=A1=E6=8A=A5=E8=A1=A8-=E6=9C=88=E7=BB=93?=
=?UTF-8?q?=E5=AE=A2=E6=88=B7=E5=87=BA=E8=B4=A7=E7=BB=9F=E8=AE=A1-?=
=?UTF-8?q?=E6=9C=AA=E5=87=BA=E8=B4=A7=E7=9A=84=E6=9C=88=E7=BB=93=E5=AE=A2?=
=?UTF-8?q?=E6=88=B7=E4=B9=9F=E6=94=AF=E6=8C=81=E6=9F=A5=E8=AF=A2=20commit?=
=?UTF-8?q?ter:=20heyu?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../vo/MonthlyCustomerShipmentStatVO.java | 3 +
.../resources/mapper/EmisWaybillMapper.xml | 102 +++++++++---------
2 files changed, 56 insertions(+), 49 deletions(-)
diff --git a/emis-biz/src/main/java/com/xdadan/erp/emis/domain/vo/MonthlyCustomerShipmentStatVO.java b/emis-biz/src/main/java/com/xdadan/erp/emis/domain/vo/MonthlyCustomerShipmentStatVO.java
index 5921ac8f0..5bed08112 100644
--- a/emis-biz/src/main/java/com/xdadan/erp/emis/domain/vo/MonthlyCustomerShipmentStatVO.java
+++ b/emis-biz/src/main/java/com/xdadan/erp/emis/domain/vo/MonthlyCustomerShipmentStatVO.java
@@ -113,5 +113,8 @@ public class MonthlyCustomerShipmentStatVO implements Serializable {
private Integer thailandTickets;
/* 泰国实际重量 */
private BigDecimal thailandWeight;
+
+ /* 首次签约日期 */
+ private String firstSigningDay;
}
diff --git a/emis-biz/src/main/resources/mapper/EmisWaybillMapper.xml b/emis-biz/src/main/resources/mapper/EmisWaybillMapper.xml
index 23e22b9b8..6143d2891 100644
--- a/emis-biz/src/main/resources/mapper/EmisWaybillMapper.xml
+++ b/emis-biz/src/main/resources/mapper/EmisWaybillMapper.xml
@@ -3995,12 +3995,13 @@