自动化立体仓库 - WCS系统
Junjie
2023-12-08 b8dd242b46dc1fb370030edad0020879ef7911d9
#出300站,检测300站任务数量
1个文件已修改
1 ■■■■ 已修改文件
src/main/resources/mapper/WrkMastMapper.xml 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/resources/mapper/WrkMastMapper.xml
@@ -246,5 +246,6 @@
        select * from asr_wrk_mast
        where (source_sta_no in (300) and io_type > 100)
        or (source_sta_no in (341) and wrk_sts = 2)
        or (sta_no in (300) and shuttle_no is not null)
    </select>
</mapper>