|
@@ -29,7 +29,7 @@ public class ConsoleController {
|
|
|
private ConsoleFacade consoleFacade;
|
|
|
|
|
|
@ApiOperation(value = "病历相关统计[by:zhaops]",
|
|
|
- notes = "")
|
|
|
+ notes = "type: 统计维度 1-本月,2-本年(必填)<br>")
|
|
|
@PostMapping("/mrStatistics")
|
|
|
@SysLogger("mrStatistics")
|
|
|
public RespDTO<Map<String, Object>> mrStatistics(@RequestBody FilterVO filterVO) {
|
|
@@ -38,7 +38,7 @@ public class ConsoleController {
|
|
|
}
|
|
|
|
|
|
@ApiOperation(value = "缺陷相关统计[by:zhaops]",
|
|
|
- notes = "")
|
|
|
+ notes = "type: 统计维度 1-本月,2-本年(必填)<br>")
|
|
|
@PostMapping("/resultStatistics")
|
|
|
@SysLogger("resultStatistics")
|
|
|
public RespDTO<Map<String, Object>> resultStatistics(@RequestBody FilterVO filterVO) {
|
|
@@ -47,7 +47,7 @@ public class ConsoleController {
|
|
|
}
|
|
|
|
|
|
@ApiOperation(value = "医院运营相关统计[by:zhaops]",
|
|
|
- notes = "")
|
|
|
+ notes = "type: 统计维度 1-本月,2-本年(必填)<br>")
|
|
|
@PostMapping("/averageStatistics")
|
|
|
@SysLogger("averageStatistics")
|
|
|
public RespDTO<Map<String, Object>> averageStatistics(@RequestBody FilterVO filterVO) {
|