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/common/SystemInfoV1ServiceDaoImplMapper.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/java110-db/src/main/resources/mapper/common/SystemInfoV1ServiceDaoImplMapper.xml b/java110-db/src/main/resources/mapper/common/SystemInfoV1ServiceDaoImplMapper.xml
index b701424..2a7e35f 100644
--- a/java110-db/src/main/resources/mapper/common/SystemInfoV1ServiceDaoImplMapper.xml
+++ b/java110-db/src/main/resources/mapper/common/SystemInfoV1ServiceDaoImplMapper.xml
@@ -21,7 +21,7 @@
ownerTitle,t.default_community_id,t.default_community_id defaultCommunityId,t.system_title,t.system_title
systemTitle,t.qq_map_key,t.qq_map_key qqMapKey,t.sub_system_title,t.sub_system_title
subSystemTitle,t.company_name,t.company_name companyName,t.mall_url,t.mall_url mallUrl,t.status_cd,t.status_cd
- statusCd,t.logo_url,t.logo_url logoUrl,t.property_title,t.property_title propertyTitle,system_simple_title systemSimpleTitle
+ statusCd,t.logo_url,t.logo_url logoUrl,t.property_title,t.property_title propertyTitle,t.system_simple_title systemSimpleTitle
from system_info t
where 1 =1
<if test="imgUrl !=null and imgUrl != ''">
--
Gitblit v1.8.0