Commit 3e1659ad by zhiwj

bug

parent 7b71e98d
......@@ -38,6 +38,7 @@ public class EvaluateServiceImpl implements EvaluateService {
@Override
public Page<TabEvaluate> listEvaluate(EvaluateQO evaluateQO) {
PageHelper.startPage(evaluateQO.getCurrentPage(), evaluateQO.getPageSize());
if (evaluateQO.getGoodsType() != null) {
evaluateQO.setGoodsCompute(ComputeEnum.parseCodeToCompute(evaluateQO.getGoodsType()));
}
......
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