forked from xxhjsb/wit-park-backend
统计接口代码提交
parent
49f9ec766f
commit
5041bac75a
|
@ -78,7 +78,7 @@ public class HazardousOperationController extends BaseController
|
|||
}
|
||||
|
||||
/**
|
||||
* 危险作业统计
|
||||
* 首页危险作业统计
|
||||
*/
|
||||
@GetMapping(value = "/hazardousOperationStatistics")
|
||||
public String hazardousOperationStatistics()
|
||||
|
|
|
@ -79,7 +79,7 @@ public class RiskController extends BaseController
|
|||
}
|
||||
|
||||
/**
|
||||
* 风险统计
|
||||
* 首页风险统计
|
||||
* @return 统计信息
|
||||
*/
|
||||
@GetMapping("/riskStatistics")
|
||||
|
|
Loading…
Reference in New Issue