src/main/resources/mapper/WrkDetlMapper.xml
@@ -111,4 +111,11 @@ and awd.matnr + '-' + awd.batch = #{matnr} </select> <update id="updateIoTime"> update asr_wrk_detl set io_time = #{ioTime} where 1=1 and wrk_no = #{workNo} </update> </mapper>