|
@@ -49,6 +49,7 @@ public class SpSynthesisEvaluateController {
|
|
|
@RequestParam(value = "month", required = false) Integer month) {
|
|
|
Page<SpSynthesisEvaluate> page = new Page<>(pageNum, pageSize);
|
|
|
IPage<SpSynthesisEvaluate> list = spSynthesisEvaluateService.pageList(page, years, month);
|
|
|
+ list.setTotal(list.getRecords().size());
|
|
|
List<SpSynthesisEvaluate> spSynthesisEvaluateList = list.getRecords();
|
|
|
for (SpSynthesisEvaluate spSynthesisEvaluate : spSynthesisEvaluateList) {
|
|
|
double count = 0;
|