From 7e00d76df2b2bc6366815e909df7dadd6b7e809b Mon Sep 17 00:00:00 2001 From: mengjiao <3338049200@qq,com> Date: Fri, 23 May 2025 14:55:28 +0800 Subject: [PATCH 1/7] =?UTF-8?q?wms=E7=94=A8=E4=BA=8E=E4=B8=80=E9=94=AE?= =?UTF-8?q?=E9=80=80=E8=B4=A7=E5=85=A5=E5=BA=93-=E6=9F=A5=E8=AF=A2--?= =?UTF-8?q?=E6=9C=AA=E5=85=A5=E5=BA=93=E7=9A=84=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/wms/OdsProcureOrderMapper.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/op-modules/op-wms/src/main/resources/mapper/wms/OdsProcureOrderMapper.xml b/op-modules/op-wms/src/main/resources/mapper/wms/OdsProcureOrderMapper.xml index d7e47fd12..9fe268efa 100644 --- a/op-modules/op-wms/src/main/resources/mapper/wms/OdsProcureOrderMapper.xml +++ b/op-modules/op-wms/src/main/resources/mapper/wms/OdsProcureOrderMapper.xml @@ -660,6 +660,7 @@ ods_procure_order_card card WHERE card.Procure_Code= #{procureCode} + and User_Defined10='0' From d1bc12641bfa13f618827bc064858d57891f1bb9 Mon Sep 17 00:00:00 2001 From: zhaoxiaolin Date: Fri, 30 May 2025 15:53:49 +0800 Subject: [PATCH 7/7] =?UTF-8?q?=E8=80=B3=E6=9C=BA=E5=B7=A1=E6=A3=80?= =?UTF-8?q?=E6=8A=A5=E5=91=8Abug=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/resources/mapper/quality/QcCheckReportIncomeMapper.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/op-modules/op-quality/src/main/resources/mapper/quality/QcCheckReportIncomeMapper.xml b/op-modules/op-quality/src/main/resources/mapper/quality/QcCheckReportIncomeMapper.xml index 4f7fd718e..c6e089665 100644 --- a/op-modules/op-quality/src/main/resources/mapper/quality/QcCheckReportIncomeMapper.xml +++ b/op-modules/op-quality/src/main/resources/mapper/quality/QcCheckReportIncomeMapper.xml @@ -181,6 +181,7 @@ left join qc_check_project qcp on qcp.id = qctp.project_id left join qc_project_type qpt on qpt.project_type_code = qcp.project_type where td.belong_to = #{recordId} + and td.del_flag = '0' and qctp.del_flag = '0' and qcp.del_flag = '0' and qpt.del_flag = '0' order by qctp.sort