提交 c3511645 authored 作者: renjianyu's avatar renjianyu

--no commit message

上级 27bebd87
......@@ -3,6 +3,7 @@ package com.zrqx.sysuser.fg.service.contribute;
import java.util.List;
import java.util.stream.Collectors;
import org.apache.commons.lang3.StringUtils;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
......@@ -37,6 +38,9 @@ public class FgContributeServiceImpl extends BaseServiceImpl<Contribute, String>
@Override
public PageInfo<FgContributeListVo> page(PageParam pageParam) {
if(pageParam != null && StringUtils.isBlank(pageParam.getOrderBy())){
pageParam.setOrderBy("uploadTime desc");
}
startPage(pageParam);
String userId = redis.getMember().getUserId();
/*String userId = "b9c91b3f172d11eaa1a00050569033dc";*/
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论