From 54e07b96bd7fdae9915fcf06de2a16bcb613aa74 Mon Sep 17 00:00:00 2001
From: wujianwei <wjw@11.com>
Date: 星期五, 06 三月 2026 16:28:37 +0800
Subject: [PATCH] 新增备注日志
---
tms/src/main/resources/mapper/tms/TmsDispatchOrderMapper.xml | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/tms/src/main/resources/mapper/tms/TmsDispatchOrderMapper.xml b/tms/src/main/resources/mapper/tms/TmsDispatchOrderMapper.xml
index 6941f33..948cadd 100644
--- a/tms/src/main/resources/mapper/tms/TmsDispatchOrderMapper.xml
+++ b/tms/src/main/resources/mapper/tms/TmsDispatchOrderMapper.xml
@@ -115,6 +115,7 @@
<result property="seamlessNumber" column="seamless_number" />
<result property="seamlessSupplierId" column="seamless_supplier_id" />
<result property="seamlessSupplierName" column="seamless_supplier_name" />
+ <result property="notes" column="notes" />
</resultMap>
@@ -594,6 +595,7 @@
<if test="seamlessNumber != null">seamless_number = #{seamlessNumber},</if>
<if test="seamlessSupplierId != null">seamless_supplier_id = #{seamlessSupplierId},</if>
<if test="seamlessSupplierName != null">seamless_supplier_name = #{seamlessSupplierName},</if>
+ <if test="notes != null">notes = #{notes},</if>
</trim>
where id = #{id}
</update>
--
Gitblit v1.8.0