From 1bc536c54fc1c2f25a4cff4b162cfa6979604fff Mon Sep 17 00:00:00 2001 From: zss <zss@example.com> Date: 星期四, 29 八月 2024 17:31:10 +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