src/main/resources/mapper/WrkDetlMapper.xml | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/main/resources/mapper/WrkDetlMapper.xml
@@ -91,7 +91,7 @@ from asr_wrk_detl_log awdl left join asr_wrk_mast_log awml on awdl.wrk_no = awml.wrk_no and awdl.io_time = awml.io_time where awdl.order_no = #{orderNo} and awml.manu_type != '手动取消' and (awml.manu_type is null or awml.manu_type != '手动取消') </select> <update id="updateInspect">