czkh
2025-10-18 76a7d8ed4bacb29ebc2abdc0fff2007b0fe732eb
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">