101captain
2021-10-18 e9d297f55f42e34493f1f213f9e1a2310e44e931
爱心义仓排序修改
1个文件已修改
2 ■■■ 已修改文件
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/ComActWarehouseApplyMapper.xml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/ComActWarehouseApplyMapper.xml
@@ -51,7 +51,7 @@
                and #{commonPage.endTime} >=t.actual_time
            </if>
        </where>
        order by t.actual_time desc
        order by t.create_time desc
    </select>
    <select id="selectStatics" resultType="com.panzhihua.common.model.vos.community.warehouse.ApplyStatistics">