|
@@ -65,7 +65,7 @@ public class NoveltyReportTemplateService extends ServiceImpl<NoveltyReportTempl
|
|
|
noveltyReportTemplates = noveltyReportTemplatePage.getRecords();
|
|
|
total = noveltyReportTemplatePage.getTotal();
|
|
|
} else {
|
|
|
- noveltyReportTemplates = this.list();
|
|
|
+ noveltyReportTemplates = this.list(queryWrapper);
|
|
|
total = (long) noveltyReportTemplates.size();
|
|
|
}
|
|
|
if (!noveltyReportTemplates.isEmpty()) {
|