diff --git a/op-common/op-common-datascope/op-common-datascope.iml b/op-common/op-common-datascope/op-common-datascope.iml
index 3df02a46..dab4c8af 100644
--- a/op-common/op-common-datascope/op-common-datascope.iml
+++ b/op-common/op-common-datascope/op-common-datascope.iml
@@ -21,6 +21,7 @@
+
@@ -30,7 +31,7 @@
-
+
@@ -125,4 +126,4 @@
-
\ No newline at end of file
+
diff --git a/op-common/op-common-log/op-common-log.iml b/op-common/op-common-log/op-common-log.iml
index 3df02a46..dab4c8af 100644
--- a/op-common/op-common-log/op-common-log.iml
+++ b/op-common/op-common-log/op-common-log.iml
@@ -21,6 +21,7 @@
+
@@ -30,7 +31,7 @@
-
+
@@ -125,4 +126,4 @@
-
\ No newline at end of file
+
diff --git a/op-common/op-common-security/op-common-security.iml b/op-common/op-common-security/op-common-security.iml
index 5f28b4a0..5422c64f 100644
--- a/op-common/op-common-security/op-common-security.iml
+++ b/op-common/op-common-security/op-common-security.iml
@@ -21,6 +21,7 @@
+
@@ -29,7 +30,7 @@
-
+
@@ -124,4 +125,4 @@
-
\ No newline at end of file
+
diff --git a/op-modules/op-mes/src/main/resources/mapper/mes/MesReportWorkMapper.xml b/op-modules/op-mes/src/main/resources/mapper/mes/MesReportWorkMapper.xml
index de9e6664..68509b2b 100644
--- a/op-modules/op-mes/src/main/resources/mapper/mes/MesReportWorkMapper.xml
+++ b/op-modules/op-mes/src/main/resources/mapper/mes/MesReportWorkMapper.xml
@@ -830,7 +830,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
mrwc.warehouse_code warehouseCode
from mes_report_work_consume mrwc
left join pro_order_workorder pow on mrwc.workorder_code = pow.workorder_code
- where mrwc.attr1 = '1' and mrwc.del_flag = '0' and mrwc.attr2 = '0'
+ where mrwc.attr1 = '1' and mrwc.del_flag = '0' and mrwc.attr2 = '0' and pow.del_flag = '0'
and mrwc.parent_order = #{workorderCode}
+
insert into qc_check_task
diff --git a/op-modules/op-quality/src/main/resources/mapper/quality/QcCheckTaskIncomeMapper.xml b/op-modules/op-quality/src/main/resources/mapper/quality/QcCheckTaskIncomeMapper.xml
index d72e0e31..a363ca2d 100644
--- a/op-modules/op-quality/src/main/resources/mapper/quality/QcCheckTaskIncomeMapper.xml
+++ b/op-modules/op-quality/src/main/resources/mapper/quality/QcCheckTaskIncomeMapper.xml
@@ -314,7 +314,7 @@
income_batch_no = #{incomeBatchNo},
remark = #{remark},
reason = #{reason},
- attr3 = #{attr3},
+ bz = #{bz},
check_result = #{checkResult},
update_by = #{updateBy},
update_time = #{updateTime}