src/main/resources/mapper/WrkDetlMapper.xml
@@ -27,12 +27,12 @@ </resultMap> <select id="findByWorkNo" resultMap="BaseResultMap"> select wrk_no, matnr, maktx, anfme ,specs ,batch from asr_wrk_detl where 1=1 and wrk_no = #{workNo} select wrk_no, matnr, maktx, anfme ,specs ,batch,order_no from asr_wrk_detl where 1=1 and wrk_no = #{workNo} </select> <update id="updateIoTime"> update asr_wrk_detl set io_time = #{ioTime},order_no = '' set io_time = #{ioTime} where 1=1 and wrk_no = #{workNo} </update>