自动化立体仓库 - WMS系统
#
zjj
2024-09-19 d647ee9a9564a769f053d93bd7cf6e95dd8f5b3c
src/main/resources/mapper/WrkMastMapper.xml
@@ -99,5 +99,11 @@
            </otherwise>
        </choose>
    </select>
    <select id="selectToShuttleTask" resultMap="BaseResultMap">
        select * from asr_wrk_mast
        where wrk_sts=2
           and crn_no = 7
        order by io_time,wrk_no asc
    </select>
</mapper>