自动化立体仓库 - WCS系统
Junjie
2023-07-25 8bf7630b87dae34d45b03b4127e6b77573e211df
捡料
1个文件已修改
2 ■■■ 已修改文件
src/main/resources/mapper/WrkMastMapper.xml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/resources/mapper/WrkMastMapper.xml
@@ -181,7 +181,7 @@
    <select id="selectPickStepByBarcode" resultMap="BaseResultMap">
        select top 1 * from asr_wrk_mast
        where io_type in (53)
        and wrk_sts in (2)
        and wrk_sts in (34)
        and barcode = #{barcode}
        order by io_pri desc,wrk_sts desc
    </select>