自动化立体仓库 - WCS系统
#
Junjie
2025-01-08 5f6a645ee025d496c1f190377fce8302917b74f8
#
1个文件已修改
4 ■■■■ 已修改文件
src/main/resources/mapper/WrkMastMapper.xml 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/resources/mapper/WrkMastMapper.xml
@@ -165,14 +165,14 @@
        select * from asr_wrk_mast
        where wrk_sts in (201,202,203)
        and shuttle_no = #{shuttleNo}
        order by priority desc,start_time,wrk_no asc
        order by io_pri desc,io_time,wrk_no asc
    </select>
    <select id="selectChargeWorkingByChargeSta" resultMap="BaseResultMap">
        select * from asr_wrk_mast
        where wrk_sts in (201,202,203)
        and mk = #{chargeSta}
        order by priority desc,start_time,wrk_no asc
        order by io_pri desc,io_time,wrk_no asc
    </select>
</mapper>