添加隐患处理类型等接口
parent
183eef7073
commit
0698b28d27
|
@ -345,10 +345,12 @@ public class StatisticsDataController extends BaseController {
|
|||
return map;
|
||||
}
|
||||
|
||||
/**数据可视化平台首页获取
|
||||
/**
|
||||
* 数据可视化平台首页获取
|
||||
* 1.获取企业的置顶视频
|
||||
* 2.获取管理的置顶视频
|
||||
* 3.没有视频或者没有置顶视频
|
||||
*
|
||||
* @param
|
||||
* @throws Exception
|
||||
*/
|
||||
|
@ -373,7 +375,9 @@ public class StatisticsDataController extends BaseController {
|
|||
return map;
|
||||
}
|
||||
|
||||
/**获取重大危险源数据
|
||||
/**
|
||||
* 获取重大危险源数据
|
||||
*
|
||||
* @param
|
||||
* @throws Exception
|
||||
*/
|
||||
|
@ -654,7 +658,9 @@ public class StatisticsDataController extends BaseController {
|
|||
return lastDayOfMonth;
|
||||
}
|
||||
|
||||
/**首页 获取折线图
|
||||
/**
|
||||
* 首页 获取折线图
|
||||
*
|
||||
* @param
|
||||
* @throws Exception
|
||||
*/
|
||||
|
@ -867,7 +873,9 @@ public class StatisticsDataController extends BaseController {
|
|||
return map;
|
||||
}
|
||||
|
||||
/**平台公告
|
||||
/**
|
||||
* 平台公告
|
||||
*
|
||||
* @param page
|
||||
* @throws Exception
|
||||
*/
|
||||
|
@ -888,7 +896,9 @@ public class StatisticsDataController extends BaseController {
|
|||
return map;
|
||||
}
|
||||
|
||||
/**企业公告
|
||||
/**
|
||||
* 企业公告
|
||||
*
|
||||
* @param page
|
||||
* @throws Exception
|
||||
*/
|
||||
|
@ -910,7 +920,9 @@ public class StatisticsDataController extends BaseController {
|
|||
}
|
||||
|
||||
|
||||
/**清單列表
|
||||
/**
|
||||
* 清單列表
|
||||
*
|
||||
* @param
|
||||
* @throws Exception
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue