自动化立体仓库 - WCS系统
Junjie
2023-07-24 da2fbd0953f57238acf35018da2e502084bf0ba3
捡料
1个文件已修改
2 ■■■ 已修改文件
src/main/resources/mapper/WrkMastMapper.xml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/resources/mapper/WrkMastMapper.xml
@@ -113,7 +113,7 @@
        and ((wrk_sts = 4) or (wrk_sts = 8 and shuttle_no is not null))
        and sta_no = #{staNo}
        and wrk_no=#{workNo}
        and io_type in (1,10)
        and io_type in (1,10,53)
        order by io_pri desc,wrk_sts desc
    </select>