From 60daae4c3f216bc9af6b9efa38450d44413de8ff Mon Sep 17 00:00:00 2001
From: 101captain <237651143@qq.com>
Date: 星期三, 29 十二月 2021 14:11:03 +0800
Subject: [PATCH] 12/29  河门口大屏特殊修改

---
 springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/dao/ComActEasyPhotoDAO.java |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/dao/ComActEasyPhotoDAO.java b/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/dao/ComActEasyPhotoDAO.java
index a75f186..d78c597 100644
--- a/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/dao/ComActEasyPhotoDAO.java
+++ b/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/dao/ComActEasyPhotoDAO.java
@@ -77,7 +77,7 @@
             " </if> " +
             "where p.del_tag = 0 and p.status !=2"+
             "<if test='comActEasyPhotoVO.communityId != null and comActEasyPhotoVO.communityId != 0'>" +
-            "  and p.community_id=#{comActEasyPhotoVO.communityId} " +
+            "  and p.community_id = #{comActEasyPhotoVO.communityId} " +
             " </if> " +
             "<if test='comActEasyPhotoVO.happenAddr != null and comActEasyPhotoVO.happenAddr.trim() != &quot;&quot;'>" +
             "AND p.happen_addr like concat(#{comActEasyPhotoVO.happenAddr},'%')   " +
@@ -149,7 +149,7 @@
             "and p.handler_id=#{comActEasyPhotoVO.backUserId}"+
             " </if> " +
             "<if test='comActEasyPhotoVO.communityId != null and comActEasyPhotoVO.communityId != 0'>" +
-            "  and p.community_id=#{comActEasyPhotoVO.communityId} " +
+            "  and p.community_id = #{comActEasyPhotoVO.communityId} " +
             " </if> " +
             "<if test='comActEasyPhotoVO.happenAddr != null and comActEasyPhotoVO.happenAddr.trim() != &quot;&quot;'>" +
             "AND p.happen_addr like concat(#{comActEasyPhotoVO.happenAddr},'%')   " +
@@ -283,7 +283,7 @@
             " <where>" +
             " p.del_tag = 0 "  +
             "<if test='comActEasyPhotoVO.communityId != null and comActEasyPhotoVO.communityId != 0'>" +
-            "  and p.community_id=#{comActEasyPhotoVO.communityId} " +
+            "  and p.community_id = #{comActEasyPhotoVO.communityId} " +
             " </if> " +
             "<if test='comActEasyPhotoVO.status != null and comActEasyPhotoVO.status!=0' >" +
             "AND p.`status` = #{comActEasyPhotoVO.status}  " +

--
Gitblit v1.7.1