自动化立体仓库 - WMS系统
#
18516761980
2021-09-14 6265e2e4a2afd0153166c3e6c124bcacf30005a8
#
1个文件已修改
2 ■■■ 已修改文件
src/main/resources/mapper/WaitMatchkMapper.xml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/resources/mapper/WaitMatchkMapper.xml
@@ -27,7 +27,7 @@
    <select id="selectWaitMatchkBySts" resultMap="BaseResultMap">
       select * from ints_wait_matchk
        where io_status=2 and verify_status=1
        where io_status=2 and verify_status>=1 and dateadd(day,1,modi_time) &lt; getdate()
        order by modi_time,mat_no asc
    </select>