Commit 90aa3680 by zhiwj

修改排序

parent 9bbe7cf1
......@@ -134,7 +134,7 @@ public class EvaluateOverviewController {
ServiceResponse<Map<String, Object>> totalStoreScore = evaluateOverviewApiService.getTotalStoreScore(storeScoreQO);
List<Map<String, Object>> result = serviceResponse.getResult().getResult();
result.add(0, totalStoreScore.getResult());
return RestResponse.success(serviceResponse);
return ResultControllerUtils.commonResult(serviceResponse);
}
@RequestMapping("/evaluate-list-trend")
......
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