lty
2025-05-23 0b3d300852a103232a38d4dd261ecc29de0272ed
#字段显示
1个文件已修改
11 ■■■■■ 已修改文件
src/main/resources/mapper/WrkDetlMapper.xml 11 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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">