From 28e55b2b740efdfa674261fd64d80b8feeddc59d Mon Sep 17 00:00:00 2001
From: 101captain <237651143@qq.com>
Date: 星期二, 22 三月 2022 15:06:32 +0800
Subject: [PATCH] 党员认证Bug修改

---
 springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/ComActActSignMapper.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/ComActActSignMapper.xml b/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/ComActActSignMapper.xml
index 34e130f..77cffb0 100644
--- a/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/ComActActSignMapper.xml
+++ b/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/ComActActSignMapper.xml
@@ -41,7 +41,7 @@
         LEFT JOIN (
             SELECT * FROM (
                 SELECT * FROM com_act_act_regist
-                WHERE activity_id = #{activitySignVO.activityId} AND type = 1
+                WHERE activity_id = #{activitySignVO.activityId}
                 ORDER BY id DESC LIMIT 1000000
             ) temp GROUP BY activity_id, user_id
         ) r ON caas.activity_id = r.activity_id AND caas.user_id = r.user_id

--
Gitblit v1.7.1