From 76a7d8ed4bacb29ebc2abdc0fff2007b0fe732eb Mon Sep 17 00:00:00 2001
From: czkh <czkh@163.com>
Date: 星期六, 18 十月 2025 18:28:31 +0800
Subject: [PATCH] 调试

---
 src/main/resources/mapper/WrkDetlMapper.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/main/resources/mapper/WrkDetlMapper.xml b/src/main/resources/mapper/WrkDetlMapper.xml
index 11362be..b6ca3ee 100644
--- a/src/main/resources/mapper/WrkDetlMapper.xml
+++ b/src/main/resources/mapper/WrkDetlMapper.xml
@@ -36,7 +36,7 @@
     </resultMap>
 
     <select id="findByWorkNo" resultMap="BaseResultMap">
-        select wrk_no, matnr, maktx, anfme ,specs,order_no,out_order_no,weight,length,pro_type,supp,supp_code,temp1 from asr_wrk_detl where 1=1 and wrk_no = #{workNo}
+        select wrk_no, matnr, maktx, anfme ,specs,order_no,out_order_no,weight,length,pro_type,supp,supp_code,temp1,temp2 from asr_wrk_detl where 1=1 and wrk_no = #{workNo}
     </select>
 
     <update id="updateIoTime">

--
Gitblit v1.9.1