From b288814c55658af8514ec34bf6c30a7e7f3b1ae1 Mon Sep 17 00:00:00 2001
From: lbq <1065079612@qq.com>
Date: 星期四, 05 二月 2026 19:00:56 +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