自动化立体仓库 - WMS系统
lty
2025-06-26 2c799e6d26c726e3943f24e61c84f7d562087cfc
src/main/resources/mapper/WrkMastMapper.xml
@@ -75,6 +75,12 @@
        order by io_time,wrk_no asc
    </select>
    <select id="selectWrkMast" resultMap="BaseResultMap">
        select top 1 *
        from asr_wrk_mast
        where wrk_no = #{workNo} and barcode = #{barcode}
    </select>
    <select id="selectWrkMastWrkDetl" resultMap="BaseResultMap">
        select m.* from asr_wrk_mast m,asr_wrk_detl d
        where 1=1