src/main/resources/mapper/WrkMastMapper.xml
@@ -188,6 +188,9 @@ <select id="selectPickStep2" resultMap="BaseResultMap"> select top 1 * from asr_wrk_mast where barcode = #{barcode} and (wrk_sts=14 and io_type=107) or (wrk_sts=2 and io_type=57) </select> <select id="selectPickStep3" resultMap="BaseResultMap"> select top 1 * from asr_wrk_mast where barcode = #{barcode} and (wrk_sts=14 and io_type=107) or (wrk_sts=2 and io_type=57) </select> <select id="selectByWrkNo" resultMap="BaseResultMap"> select * from asr_wrk_mast where wrk_no = #{wrkNo}