|
@ -651,6 +651,18 @@ public class OpenStatisticsEndpoint extends EnvelopRestEndpoint {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
@GetMapping(value = "getDoorServiceDictNum")
|
|
|
@ApiOperation(value ="获取上门辅导服务次数")
|
|
|
public ListEnvelop getDoorServiceDictNum(){
|
|
|
try {
|
|
|
return success(statisticsService.getDoorServiceDictNum());
|
|
|
} catch (Exception e) {
|
|
|
e.printStackTrace();
|
|
|
return failedListEnvelopException2(e);
|
|
|
}
|
|
|
}
|
|
|
|
|
|
|
|
|
@GetMapping(value = "findDictEmeStatus")
|
|
|
@ApiOperation(value = "紧急预警状态字典")
|
|
|
public ListEnvelop findDictEmeStatus(){
|