自动化立体仓库 - WMS系统
whycq
2025-01-08 ac92d2777fc472ae766e2bd6209c70691fe5dc5b
src/main/resources/mapper/WrkDetlMapper.xml
@@ -111,4 +111,11 @@
        and awd.matnr + '-' + awd.batch = #{matnr}
    </select>
    <update id="updateIoTime">
        update asr_wrk_detl
        set io_time = #{ioTime}
        where 1=1
          and wrk_no = #{workNo}
    </update>
</mapper>