Commit aec6febb by yangyang

轨迹统计排序调整提交(标准)

parent 7bcd0232
......@@ -223,7 +223,7 @@ public class SkTrailController extends ApiController implements ExcelControllerI
Page page = new Page(sktrailParam.getPage(), sktrailParam.getPageSize());
QueryWrapper queryWrapper = new QueryWrapper();
queryWrapper.eq("isDeleted", "0");
queryWrapper.orderByAsc("date");
queryWrapper.orderByDesc("date");
if (sktrailParam.getLikeField() != null && !sktrailParam.getLikeField().equals("")) {
queryWrapper.eq("objectType", sktrailParam.getLikeField());
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment