自动化立体仓库 - WMS系统
luxiaotao1123
2020-07-06 c35602749d47a56b5c20783b82f9df49c00840db
src/main/resources/mapper/WrkMastMapper.xml
@@ -62,4 +62,8 @@
    </resultMap>
    <select id="selectToBeCompleteData" resultMap="BaseResultMap">
        select * from asr_wrk_mast where ((wrk_sts = 4 Or wrk_sts = 14 ) and io_type != 103 and io_type != 104 and io_type != 107 ) or (wrk_sts = 2 and io_type=6) order by upd_mk,io_time,wrk_no
    </select>
</mapper>