From a513aa84579b8e6adbc567477037bd4f3878b79e Mon Sep 17 00:00:00 2001
From: 123456 <123456>
Date: 星期三, 17 七月 2024 16:39:25 +0800
Subject: [PATCH] 费用统计总价计算方式修改

---
 cnas-server/src/main/resources/mapper/StandardMethodMapper.xml |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/cnas-server/src/main/resources/mapper/StandardMethodMapper.xml b/cnas-server/src/main/resources/mapper/StandardMethodMapper.xml
index df2e6af..87ac14b 100644
--- a/cnas-server/src/main/resources/mapper/StandardMethodMapper.xml
+++ b/cnas-server/src/main/resources/mapper/StandardMethodMapper.xml
@@ -36,6 +36,7 @@
                 left join user u1 on sm.create_user = u1.id
                 left join user u2 on sm.update_user = u2.id
                 left join structure_test_object sto on sm.structure_test_object_id = sto.id
+                where sm.code != '濮旀墭瑕佹眰'
                 ) a
         <if test="ew.customSqlSegment != null and ew.customSqlSegment != ''">
             ${ew.customSqlSegment}

--
Gitblit v1.9.3