From 4ad4b51a4fb177eafee8a3a355496e7b6c1be662 Mon Sep 17 00:00:00 2001
From: lidongdong <1459917685@qq.com>
Date: 星期四, 11 七月 2024 16:24:46 +0800
Subject: [PATCH] 花城 小程序签退打卡获取积分详情报错2

---
 springcloud_k8s_panzhihuazhihuishequ/service_partybuilding/src/main/resources/mapper/NeedProblemClaimMapper.xml |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/springcloud_k8s_panzhihuazhihuishequ/service_partybuilding/src/main/resources/mapper/NeedProblemClaimMapper.xml b/springcloud_k8s_panzhihuazhihuishequ/service_partybuilding/src/main/resources/mapper/NeedProblemClaimMapper.xml
index 88e2487..5b52f18 100644
--- a/springcloud_k8s_panzhihuazhihuishequ/service_partybuilding/src/main/resources/mapper/NeedProblemClaimMapper.xml
+++ b/springcloud_k8s_panzhihuazhihuishequ/service_partybuilding/src/main/resources/mapper/NeedProblemClaimMapper.xml
@@ -329,7 +329,7 @@
                 #{item.communityId},
             </if>
             <if test="item.userId !=null and item.userId !='' ">
-                #{item.},
+                #{item.userId},
             </if>
             <if test="item.status !=null and item.status !='' ">
                 #{item.status},
@@ -384,10 +384,10 @@
                 id=#{item.id},
             </if>
             <if test="item.communityId !=null and item.communityId !='' ">
-                community_Id=#{item.communityId},
+                community_id=#{item.communityId},
             </if>
             <if test="item.userId !=null and item.userId !='' ">
-                user_id=#{item.},
+                user_id=#{item.userId},
             </if>
             <if test="item.status !=null and item.status !='' ">
                 status=#{item.status},

--
Gitblit v1.7.1