huanghongfa
2022-02-22 43453f80471d01a9738447846d07653a1b250580
修改bug
1个文件已修改
2 ■■■■■ 已修改文件
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/ComActReserveMapper.xml 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/ComActReserveMapper.xml
@@ -51,6 +51,7 @@
                and community_id = ${communityId}
            </if>
        </where>
        order by create_at desc
    </select>
@@ -194,6 +195,7 @@
    <select id="getReserveIndexList" resultType="com.panzhihua.common.model.vos.community.ComActReserveIndexVo">
        select id,title,type,img_type,img_url,adver_position_top,adver_position_application from com_act_reserve where `status` = 2 and is_del = 2
        and community_id = ${communityId}
        order by create_at desc
    </select>
    <select id="indexBackReserve" resultType="Integer">