|
|
@ -62,6 +62,7 @@ public class IcEventController { |
|
|
|
|
|
|
|
/** |
|
|
|
* 事件管理-列表 |
|
|
|
* |
|
|
|
* @param tokenDto |
|
|
|
* @param formDTO |
|
|
|
* @return |
|
|
@ -72,6 +73,7 @@ public class IcEventController { |
|
|
|
formDTO.setStaffId(tokenDto.getUserId()); |
|
|
|
return new Result<PageData<IcEventListResultDTO>>().ok(icEventService.list(formDTO)); |
|
|
|
} |
|
|
|
|
|
|
|
/** |
|
|
|
* @Author sun |
|
|
|
* @Description 工作端小程序-事件管理-列表 |
|
|
@ -92,6 +94,7 @@ public class IcEventController { |
|
|
|
|
|
|
|
/** |
|
|
|
* 事件管理-新增 |
|
|
|
* |
|
|
|
* @param tokenDto |
|
|
|
* @param formDTO |
|
|
|
* @return |
|
|
@ -130,6 +133,7 @@ public class IcEventController { |
|
|
|
|
|
|
|
/** |
|
|
|
* 事件处理分析-处理状态比例查询 |
|
|
|
* |
|
|
|
* @param formDTO |
|
|
|
* @return |
|
|
|
*/ |
|
|
@ -148,6 +152,7 @@ public class IcEventController { |
|
|
|
|
|
|
|
/** |
|
|
|
* 事件处理分析-事件列表 |
|
|
|
* |
|
|
|
* @param input |
|
|
|
* @return |
|
|
|
*/ |
|
|
@ -169,6 +174,7 @@ public class IcEventController { |
|
|
|
|
|
|
|
/** |
|
|
|
* 时间处理分析-阅读增量查询 |
|
|
|
* |
|
|
|
* @param input |
|
|
|
* @return |
|
|
|
*/ |
|
|
@ -190,6 +196,7 @@ public class IcEventController { |
|
|
|
|
|
|
|
/** |
|
|
|
* 研判分析查询 |
|
|
|
* |
|
|
|
* @param eventId |
|
|
|
* @return |
|
|
|
*/ |
|
|
@ -201,6 +208,7 @@ public class IcEventController { |
|
|
|
|
|
|
|
/** |
|
|
|
* 组织下,分类下的事件列表 |
|
|
|
* |
|
|
|
* @param input |
|
|
|
* @return |
|
|
|
*/ |
|
|
@ -215,6 +223,7 @@ public class IcEventController { |
|
|
|
PageData<IcEventResultDTO> page = icEventService.getSameCategoryEvents(orgId, orgType, categroyPid, pageNo, pageSize); |
|
|
|
return new Result<PageData<IcEventResultDTO>>().ok(page); |
|
|
|
} |
|
|
|
|
|
|
|
/** |
|
|
|
* @Author sun |
|
|
|
* @Description 事件管理-回复 |
|
|
@ -260,6 +269,7 @@ public class IcEventController { |
|
|
|
|
|
|
|
/** |
|
|
|
* 事件转议题 |
|
|
|
* |
|
|
|
* @param tokenDto |
|
|
|
* @param formDTO |
|
|
|
* @return |
|
|
@ -313,6 +323,7 @@ public class IcEventController { |
|
|
|
ValidatorUtils.validateEntity(formDTO, IcEventListFormDTO.Detail.class); |
|
|
|
return new Result<IcEventListResultDTO>().ok(icEventService.detail(formDTO)); |
|
|
|
} |
|
|
|
|
|
|
|
/** |
|
|
|
* @Author sun |
|
|
|
* @Description 工作端小程序-事件管理-详情 |
|
|
@ -328,6 +339,7 @@ public class IcEventController { |
|
|
|
|
|
|
|
/** |
|
|
|
* 事件分类分析- 饼图2,直属下级 事件数量 |
|
|
|
* |
|
|
|
* @param tokenDto |
|
|
|
* @param formDTO |
|
|
|
* @return |
|
|
@ -353,6 +365,7 @@ public class IcEventController { |
|
|
|
|
|
|
|
/** |
|
|
|
* Desc: 定时任务自动评价 |
|
|
|
* |
|
|
|
* @param formDTO |
|
|
|
* @author zxc |
|
|
|
* @date 2022/5/18 16:35 |
|
|
@ -376,6 +389,7 @@ public class IcEventController { |
|
|
|
|
|
|
|
/** |
|
|
|
* Desc: 新增【随手拍、讲】 |
|
|
|
* |
|
|
|
* @param tokenDto |
|
|
|
* @param formDTO |
|
|
|
* @author zxc |
|
|
@ -394,6 +408,7 @@ public class IcEventController { |
|
|
|
/** |
|
|
|
* 居民端小程序我上报的事件-列表+详情 |
|
|
|
* yapi: http://yapi.elinkservice.cn/project/102/interface/api/7781
|
|
|
|
* |
|
|
|
* @param tokenDto |
|
|
|
* @param formDTO |
|
|
|
* @return |
|
|
@ -408,6 +423,7 @@ public class IcEventController { |
|
|
|
|
|
|
|
/** |
|
|
|
* 居民端我上报的事件, 消息列表跳转详情 |
|
|
|
* |
|
|
|
* @param tokenDto |
|
|
|
* @param formDTO |
|
|
|
* @return |
|
|
@ -423,6 +439,7 @@ public class IcEventController { |
|
|
|
/** |
|
|
|
* 居民端小程序我上报的事件详情页面-回复列表 |
|
|
|
* http://yapi.elinkservice.cn/project/102/interface/api/7783
|
|
|
|
* |
|
|
|
* @param formDTO |
|
|
|
* @return |
|
|
|
*/ |
|
|
@ -437,6 +454,7 @@ public class IcEventController { |
|
|
|
* 居民端小程序我上报的事件-处理中 |
|
|
|
* 点击事件进入详情页时调用此接口,消除红点 |
|
|
|
* yapi:http://yapi.elinkservice.cn/project/102/interface/api/7790
|
|
|
|
* |
|
|
|
* @param tokenDto |
|
|
|
* @param formDTO |
|
|
|
* @return |
|
|
@ -452,6 +470,7 @@ public class IcEventController { |
|
|
|
/** |
|
|
|
* 居民端我上报的事件-回复 |
|
|
|
* http://yapi.elinkservice.cn/project/102/interface/api/7789
|
|
|
|
* |
|
|
|
* @param tokenDto |
|
|
|
* @param formDTO |
|
|
|
* @return |
|
|
@ -537,6 +556,7 @@ public class IcEventController { |
|
|
|
/** |
|
|
|
* 数据分析-个人档案-上报事件列表,根据epmetUserIdList查询 |
|
|
|
* 模仿gov/project/resieventreply/pageuserreported接口重新查询新表接口 |
|
|
|
* |
|
|
|
* @author sun |
|
|
|
*/ |
|
|
|
@PostMapping("icevent-pageuserreported") |
|
|
@ -560,23 +580,25 @@ public class IcEventController { |
|
|
|
} |
|
|
|
|
|
|
|
/** |
|
|
|
* @description 获取事件数量和分类数量 |
|
|
|
* @param * @param null |
|
|
|
* @return Result |
|
|
|
* @throws |
|
|
|
* @description 获取事件数量和分类数量 |
|
|
|
* @author yan Lu |
|
|
|
* @date 2023/5/17 14:49 |
|
|
|
*/ |
|
|
|
@GetMapping("getEventRate") |
|
|
|
public Result<EventRateResultDTO> getEventRate(@RequestParam("orgId") String orgId, |
|
|
|
@RequestParam("orgType") String orgType){ |
|
|
|
return new Result<EventRateResultDTO>().ok(icEventService.getEventRate(orgId,orgType)); |
|
|
|
@RequestParam("orgType") String orgType, |
|
|
|
@RequestParam("eventType") String eventType) { |
|
|
|
return new Result<EventRateResultDTO>().ok(icEventService.getEventRate(orgId, orgType, eventType)); |
|
|
|
} |
|
|
|
|
|
|
|
@GetMapping("getEventAnalysis") |
|
|
|
public Result<EventAnalysisResultDTO> getEventAnalysis(@RequestParam("orgId") String orgId, |
|
|
|
@RequestParam("orgType") String orgType){ |
|
|
|
return new Result<EventAnalysisResultDTO>().ok(icEventService.getEventAnalysis(orgId,orgType)); |
|
|
|
@RequestParam("orgType") String orgType, |
|
|
|
@RequestParam("eventType") String eventType) { |
|
|
|
return new Result<EventAnalysisResultDTO>().ok(icEventService.getEventAnalysis(orgId, orgType, eventType)); |
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|