From 0b3d300852a103232a38d4dd261ecc29de0272ed Mon Sep 17 00:00:00 2001 From: lty <876263681@qq.com> Date: 星期五, 23 五月 2025 12:04:10 +0800 Subject: [PATCH] #字段显示 --- src/main/resources/mapper/WrkDetlMapper.xml | 11 ++++++++++- 1 files changed, 10 insertions(+), 1 deletions(-) diff --git a/src/main/resources/mapper/WrkDetlMapper.xml b/src/main/resources/mapper/WrkDetlMapper.xml index da1c6d3..11362be 100644 --- a/src/main/resources/mapper/WrkDetlMapper.xml +++ b/src/main/resources/mapper/WrkDetlMapper.xml @@ -24,10 +24,19 @@ <result column="modi_time" property="modiTime" /> <result column="appe_user" property="appeUser" /> <result column="appe_time" property="appeTime" /> + <result column="batch" property="batch"/> + <result column="order_no" property="orderNo"/> + <result column="out_order_no" property="outOrderNo"/> + <result column="weight" property="weight"/> + <result column="length" property="length"/> + <result column="pro_type" property="proType"/> + <result column="supp" property="supp"/> + <result column="supp_code" property="suppCode"/> + <result column="temp1" property="temp1"/> </resultMap> <select id="findByWorkNo" resultMap="BaseResultMap"> - select wrk_no, matnr, maktx, anfme ,specs 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 from asr_wrk_detl where 1=1 and wrk_no = #{workNo} </select> <update id="updateIoTime"> -- Gitblit v1.9.1