lidongdong
2024-07-11 4ad4b51a4fb177eafee8a3a355496e7b6c1be662
花城 小程序签退打卡获取积分详情报错2
1个文件已修改
6 ■■■■ 已修改文件
springcloud_k8s_panzhihuazhihuishequ/service_partybuilding/src/main/resources/mapper/NeedProblemClaimMapper.xml 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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},