src/main/resources/mapper/WrkDetlMapper.xml
@@ -87,4 +87,13 @@ select * from asr_wrk_detl_log where order_no = #{orderNo} </select> <update id="updateInspect"> update asr_wrk_detl set inspect = 1 where 1=1 and wrk_no = #{wrkNo} and matnr = #{matnr} <include refid="batchSeq"></include> </update> </mapper>