自动化立体仓库 - WMS系统
#
zjj
2024-12-09 9e50037f45269812b3f343de22c56db2fb9d89a1
src/main/resources/mapper/WrkDetlMapper.xml
@@ -95,6 +95,22 @@
        and matnr = #{matnr}
        <include refid="batchSeq"></include>
    </update>
    <update id="updateIoTimeWms">
        update asr_wrk_detl
        set io_time = #{ioTime}
        where 1=1
          and wrk_no = #{workNo}
    </update>
    <update id="updateIoTime">
        update asr_wrk_detl
        set io_time = #{ioTime}
        where 1=1
          and wrk_no = #{workNo}
    </update>
    <select id="findByWorkNo" resultMap="BaseResultMap">
        select wrk_no, matnr, maktx, anfme ,specs,batch from asr_wrk_detl where 1=1 and wrk_no = #{workNo}
    </select>
    <select id="selectPakoutQuery" resultMap="BaseResultMap">
        select