czkh
2025-10-18 76a7d8ed4bacb29ebc2abdc0fff2007b0fe732eb
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,temp2 from asr_wrk_detl where 1=1 and wrk_no = #{workNo}
    </select>
    <update id="updateIoTime">