自动化立体仓库 - WMS系统
#
18516761980
2021-12-06 7203d67cfa3a2fc1cab9b8985dfd35c1797207b1
src/main/resources/mapper/WaitMatchkMapper.xml
@@ -25,4 +25,10 @@
    </resultMap>
    <select id="selectWaitMatchkBySts" resultMap="BaseResultMap">
       select * from ints_wait_matchk
        where io_status=2 and verify_status>=1 and dateadd(day,1,modi_time) &lt; getdate()
        order by modi_time,mat_no asc
    </select>
</mapper>