lidongdong
2023-10-24 02181eb13c52a49c108355966fd3f2d8435b3733
活动新增是否反馈字段2
1个文件已修改
4 ■■■■ 已修改文件
springcloud_k8s_panzhihuazhihuishequ/service_jinhui_community/src/main/resources/mapper/JinhuiExperienceActivityMapper.xml 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
springcloud_k8s_panzhihuazhihuishequ/service_jinhui_community/src/main/resources/mapper/JinhuiExperienceActivityMapper.xml
@@ -62,8 +62,8 @@
            jea.activity_end_time,
            jea.people_number,
            (count(japply.id)) as number,
            IF(japply.id IS NULL, '0', '1') as isJoin,
            IF(japply.is_feedback IS NULL, '0', japply.is_feedback) as isFeedback,
            IF(#{userId} IS NULL, '0',IF(japply.id IS NULL, '0', '1')) as isJoin,
            IF(#{userId} IS NULL, '0',IF(japply.is_feedback IS NULL, '0', japply.is_feedback))as isFeedback,
            jea.phone,
            jea.award,
            jea.content,