lidongdong
2023-10-24 cc6849e4a53b760779cb1ee99b93fc8d0b16d315
活动新增是否反馈字段2
1个文件已修改
2 ■■■ 已修改文件
springcloud_k8s_panzhihuazhihuishequ/service_jinhui_community/src/main/resources/mapper/JinhuiExperienceActivityMapper.xml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
springcloud_k8s_panzhihuazhihuishequ/service_jinhui_community/src/main/resources/mapper/JinhuiExperienceActivityMapper.xml
@@ -75,7 +75,7 @@
        left join jinhui_apply_experience as japply on jea.id=japply.activity_id
        <where>
            jea.id=#{id}
            <if test="userId !=null and userId 1='' ">
            <if test="userId !=null and userId !='' ">
               and japply.user_id=#{userId}
            </if>
        </where>