From db689e5e2cb730b2cf08796fa224084f00758a71 Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: 星期六, 12 三月 2022 17:05:17 +0800
Subject: [PATCH] Merge branch 'master' of http://git.homecommunity.cn/supervip/MicroCommunity

---
 java110-db/src/main/resources/mapper/community/ParkingAreaTextV1ServiceDaoImplMapper.xml |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/java110-db/src/main/resources/mapper/community/ParkingAreaTextV1ServiceDaoImplMapper.xml b/java110-db/src/main/resources/mapper/community/ParkingAreaTextV1ServiceDaoImplMapper.xml
index 4ea7e15..178054f 100644
--- a/java110-db/src/main/resources/mapper/community/ParkingAreaTextV1ServiceDaoImplMapper.xml
+++ b/java110-db/src/main/resources/mapper/community/ParkingAreaTextV1ServiceDaoImplMapper.xml
@@ -84,16 +84,16 @@
         <if test="text2 !=null and text2 != ''">
             , t.text2= #{text2}
         </if>
-        <if test="paId !=null and paId != ''">
-            , t.pa_id= #{paId}
-        </if>
-        <if test="communityId !=null and communityId != ''">
-            , t.community_id= #{communityId}
-        </if>
         where 1=1
         <if test="textId !=null and textId != ''">
             and t.text_id= #{textId}
         </if>
+        <if test="paId !=null and paId != ''">
+            and t.pa_id= #{paId}
+        </if>
+        <if test="communityId !=null and communityId != ''">
+            and t.community_id= #{communityId}
+        </if>
 
     </update>
 

--
Gitblit v1.8.0