大屏接口调整
This commit is contained in:
parent
5738dcc3dc
commit
8661f7e61d
|
|
@ -28,7 +28,6 @@ public class BigScreenController {
|
||||||
public BigScreenController(BigScreenService bigScreenService) {
|
public BigScreenController(BigScreenService bigScreenService) {
|
||||||
this.bigScreenService = bigScreenService;
|
this.bigScreenService = bigScreenService;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 数据概览统计
|
* 数据概览统计
|
||||||
*
|
*
|
||||||
|
|
@ -39,7 +38,6 @@ public class BigScreenController {
|
||||||
public Result<Map> getDataOverview() {
|
public Result<Map> getDataOverview() {
|
||||||
return Ok.of(bigScreenService.getDataOverview());
|
return Ok.of(bigScreenService.getDataOverview());
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 企业信息统计
|
* 企业信息统计
|
||||||
*
|
*
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue