From 8f53694cc7ed5b9965d172a511ab39b914edbfb6 Mon Sep 17 00:00:00 2001
From: chenlu <1320612696@qq.com>
Date: 星期五, 19 四月 2024 14:18:02 +0800
Subject: [PATCH] Merge branch 'master' of https://gitee.com/a1536384743/erp_-override
---
north-glass-erp/src/main/resources/mapper/sd/OrderDetail.xml | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/north-glass-erp/src/main/resources/mapper/sd/OrderDetail.xml b/north-glass-erp/src/main/resources/mapper/sd/OrderDetail.xml
index b4409d1..f5cbe6d 100644
--- a/north-glass-erp/src/main/resources/mapper/sd/OrderDetail.xml
+++ b/north-glass-erp/src/main/resources/mapper/sd/OrderDetail.xml
@@ -25,7 +25,8 @@
bend_radius,
edging_type,
weight,
- perimeter
+ perimeter,
+ other_columns
)
values
<foreach collection ="orderDetails" item="orderDetail" separator =",">
@@ -49,7 +50,8 @@
#{orderDetail.bendRadius},
#{orderDetail.edgingType},
#{orderDetail.weight},
- #{orderDetail.perimeter}
+ #{orderDetail.perimeter},
+ #{orderDetail.otherColumns}
)
</foreach>
</insert>
--
Gitblit v1.8.0