From cc4e0bd14edeeb43268216f18c70be62e482b8f0 Mon Sep 17 00:00:00 2001
From: dubin <bindu_bean@163.com>
Date: 星期四, 05 二月 2026 14:31:17 +0800
Subject: [PATCH] 初始化未完成
---
src/main/resources/mapper/OrderDetlPakinMapper.xml | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/src/main/resources/mapper/OrderDetlPakinMapper.xml b/src/main/resources/mapper/OrderDetlPakinMapper.xml
index 1cad3ff..d691eaf 100644
--- a/src/main/resources/mapper/OrderDetlPakinMapper.xml
+++ b/src/main/resources/mapper/OrderDetlPakinMapper.xml
@@ -57,6 +57,8 @@
<result column="height" property="height" />
<result column="erp_anfme" property="erpAnfme" />
<result column="sorting_anfme" property="sortingAnfme" />
+ <result column="taxrate" property="taxrate" />
+ <result column="priceandtax" property="priceandtax" />
</resultMap>
@@ -267,7 +269,7 @@
<update id="morpt" parameterType="String">
UPDATE man_order_detl_pakin
SET qty = anfme, work_qty = anfme
- WHERE order_no = #{orderNo}
+ WHERE order_no = #{orderNo} and matnr = #{matnr}
</update>
</mapper>
--
Gitblit v1.9.1