Junjie
2023-07-25 870bbe6cb445bda71a16e019546d926dbd89cab1
src/main/resources/mapper/WrkMastMapper.xml
@@ -180,8 +180,8 @@
    <select id="selectPickStepByBarcode" resultMap="BaseResultMap">
        select top 1 * from asr_wrk_mast
        where io_type in (53)
        and wrk_sts in (34)
        where io_type in (53,103)
        and wrk_sts in (2,34)
        and barcode = #{barcode}
        order by io_pri desc,wrk_sts desc
    </select>