自动化立体仓库 - WMS系统
whycq
2024-12-27 253bbfb87d8e214c9e64d9534a58ef22711e97ca
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>