src/main/resources/mapper/WrkMastMapper.xml
@@ -75,6 +75,12 @@ order by io_time,wrk_no asc </select> <select id="selectWrkMast" resultMap="BaseResultMap"> select top 1 * from asr_wrk_mast where wrk_no = #{workNo} and barcode = #{barcode} </select> <select id="selectWrkMastWrkDetl" resultMap="BaseResultMap"> select m.* from asr_wrk_mast m,asr_wrk_detl d where 1=1