From 8a2733f19643f6c2b60d653df62b4910daec48cd Mon Sep 17 00:00:00 2001
From: 1 <1>
Date: 星期二, 30 十二月 2025 14:32:53 +0800
Subject: [PATCH] #快速查看码垛数量页面优化
---
src/main/resources/mapper/OrderDetlPakinMapper.xml | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/src/main/resources/mapper/OrderDetlPakinMapper.xml b/src/main/resources/mapper/OrderDetlPakinMapper.xml
index eb237ec..779774f 100644
--- a/src/main/resources/mapper/OrderDetlPakinMapper.xml
+++ b/src/main/resources/mapper/OrderDetlPakinMapper.xml
@@ -56,6 +56,7 @@
<result column="width" property="width" />
<result column="height" property="height" />
<result column="erp_anfme" property="erpAnfme" />
+ <result column="sorting_anfme" property="sortingAnfme" />
</resultMap>
@@ -266,7 +267,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