|
@@ -21,10 +21,13 @@ public class IndexController extends BaseController {
|
|
|
private IIndexService indexService;
|
|
|
|
|
|
/**
|
|
|
- * 查询导入人员信息列表
|
|
|
+ * 后台首页统计本月核酸人数,本周人数,对比上周人数
|
|
|
+ * @return
|
|
|
*/
|
|
|
@GetMapping
|
|
|
- public AjaxResult list() {
|
|
|
+ public AjaxResult indexData() {
|
|
|
return indexService.getIndexData();
|
|
|
}
|
|
|
+
|
|
|
+
|
|
|
}
|