From 527cbd85e37842d93d081f33916dca5c6f7156e0 Mon Sep 17 00:00:00 2001
From: zss <zss@example.com>
Date: 星期日, 24 九月 2023 09:53:58 +0800
Subject: [PATCH] 修改 9.22
---
inventory-server/src/main/resources/mapper/SaleMapper.xml | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/inventory-server/src/main/resources/mapper/SaleMapper.xml b/inventory-server/src/main/resources/mapper/SaleMapper.xml
index b57e94c..5bcccc2 100644
--- a/inventory-server/src/main/resources/mapper/SaleMapper.xml
+++ b/inventory-server/src/main/resources/mapper/SaleMapper.xml
@@ -15,7 +15,8 @@
proname,
type,
DATE_FORMAT(delTime, '%Y-%m-%d') '浜よ揣鏃ユ湡',
- note
+ note,
+ order_type
from mom_ocean.sale
where state=1
<if test="orderNumber!=null and orderNumber!=''">
@@ -43,6 +44,7 @@
specifications,
unit,
number,
+ note,
DATE_FORMAT(s.create_time, '%Y-%m-%d') '涓嬪崟鏃ユ湡',
DATE_FORMAT(delTime, '%Y-%m-%d') '浜よ揣鏃ユ湡',
sm.type
--
Gitblit v1.9.3