自动化立体仓库 - WCS系统
#
LSH
2023-05-31 9fb4e68cdb138ae3ac4026f875c84c04747873f3
src/main/resources/mapper/WrkDetlMapper.xml
@@ -50,6 +50,9 @@
    <select id="findByWorkNo" resultMap="BaseResultMap">
        select wrk_no, mat_no, mat_name, qty from asr_wrk_detl where 1=1 and wrk_no = #{workNo}
    </select>
    <select id="devpPackNo" resultMap="BaseResultMap">
        select top 1 * from asr_wrk_detl_log where 1=1 and wrk_no = #{workNo} order by io_time desc
    </select>
    <update id="updateIoTime">
        update asr_wrk_detl