Commit 7864002c by zhiwj

添加评价人数

parent ba7b37ed
......@@ -56,6 +56,7 @@ public class EvaluateServiceImpl implements EvaluateService {
PageHelper.startPage(evaluateQO.getCurrentPage(), evaluateQO.getPageSize());
// 按附近门店排序
evaluateQO.setOrderByField(3);
evaluateQO.setEndTime(DateUtil.dateToStr(DateUtil.getStartTimeOfDay(), DateUtil.FORMAT_DATETIME_19));
return tabEvaluateMapper.listEvaluate(evaluateQO);
}
......
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