Commit f23ed2e4 by zhiwj

修改bug

parent c4173c66
......@@ -65,4 +65,8 @@ public class StoreTrendQO extends PageQO {
public void setSearch(String search) {
this.search = search;
}
public Integer getPageNum() {
return this.getCurrentPage();
}
}
......@@ -158,6 +158,7 @@ public class EvaluateServiceImpl implements EvaluateService {
@Override
public Page<Map<String, Object>> listTrend(StoreTrendQO storeTrendQO) {
PageHelper.startPage(storeTrendQO);
return tabEvaluateMapper.listTrend(storeTrendQO);
}
......
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