src/main/resources/mapper/WrkMastMapper.xml | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/main/resources/mapper/WrkMastMapper.xml
@@ -187,7 +187,7 @@ <select id="selectPickStepByBarcode" resultMap="BaseResultMap"> select top 1 * from asr_wrk_mast where io_type in (53,103) where io_type in (53,103,107) and wrk_sts in (2,3,34,29) and barcode = #{barcode} order by io_pri desc,wrk_sts desc