From f14c50cb0036d3ddd655ce4e34732ba396a836c4 Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: 星期二, 30 五月 2023 12:42:03 +0800
Subject: [PATCH] optimize 统计
---
java110-db/src/main/resources/mapper/community/MaintainanceStandardV1ServiceDaoImplMapper.xml | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/java110-db/src/main/resources/mapper/community/MaintainanceStandardV1ServiceDaoImplMapper.xml b/java110-db/src/main/resources/mapper/community/MaintainanceStandardV1ServiceDaoImplMapper.xml
index 631aee2..36a1ce6 100644
--- a/java110-db/src/main/resources/mapper/community/MaintainanceStandardV1ServiceDaoImplMapper.xml
+++ b/java110-db/src/main/resources/mapper/community/MaintainanceStandardV1ServiceDaoImplMapper.xml
@@ -18,7 +18,8 @@
<!-- 鏌ヨ淇濆吇鏍囧噯淇℃伅 add by wuxw 2018-07-03 -->
<select id="getMaintainanceStandardInfo" parameterType="Map" resultType="Map">
select t.standard_name,t.standard_name standardName,t.standard_id,t.standard_id
- standardId,t.remark,t.status_cd,t.status_cd statusCd,t.community_id,t.community_id communityId
+ standardId,t.remark,t.status_cd,t.status_cd statusCd,t.community_id,t.community_id communityId,
+ t.create_time createTime
from maintainance_standard t
where 1 =1
<if test="standardName !=null and standardName != ''">
--
Gitblit v1.8.0