自动化立体仓库 - WMS系统
#
wang..123
2022-03-08 0621dc7f7121a8b2a2a785687ec1fc8d0a8d3d45
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>