lidongdong
2023-10-18 efec81d0ccab71bb51e12098ca0d581c214e508d
金汇微心愿分类后天接口
1个文件已修改
5 ■■■■■ 已修改文件
springcloud_k8s_panzhihuazhihuishequ/service_jinhui_community/src/main/resources/mapper/JinhuiMicroVolunteeringMapper.xml 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
springcloud_k8s_panzhihuazhihuishequ/service_jinhui_community/src/main/resources/mapper/JinhuiMicroVolunteeringMapper.xml
@@ -35,11 +35,12 @@
            update_time
        from jinhui_micro_volunteering
        <where>
            1=1
            <if test="userId !=null and userId !='' ">
                user_id=#{userId}
                and user_id=#{userId}
            </if>
            <if test="state !=null and state !='' ">
                state=#{state}
                and `state`=#{state}
            </if>
        </where>
        order by creation_time desc