src/main/resources/mapper/WrkDetlMapper.xml
@@ -27,7 +27,10 @@ </resultMap> <select id="findByWorkNo" resultMap="BaseResultMap"> select wrk_no, matnr, maktx, anfme ,specs from asr_wrk_detl where 1=1 and wrk_no = #{workNo} select * from asr_wrk_detl where 1=1 and wrk_no = #{workNo} </select> <select id="findByBarcode" resultMap="BaseResultMap"> select * from asr_wrk_detl where 1=1 and zpallet = #{barcode} and wrk_no != 9996 </select> <update id="updateIoTime">