| | |
| | | ClazzUtils.setIfStringIsEmpty(commonEventReportDTO); |
| | | commonEventReportDTO.setUserId(loginUserInfoVO.getUserId()); |
| | | commonEventReportDTO.setUserName(loginUserInfoVO.getName()); |
| | | commonEventReportDTO.setCommunityId(loginUserInfoVO.getCommunityId()); |
| | | return gridService.report(commonEventReportDTO); |
| | | } |
| | | |
| | |
| | | commonEventDealDTO.setUserId(loginUserInfoVO.getUserId()); |
| | | commonEventDealDTO.setUserName(loginUserInfoVO.getName()); |
| | | commonEventDealDTO.setOperateType(0); |
| | | commonEventDealDTO.setCommunityId(loginUserInfoVO.getCommunityId()); |
| | | commonEventDealDTO.setCommunityName(loginUserInfoVO.getCommunityName()); |
| | | return gridService.dealEvent(commonEventDealDTO); |
| | | } |
| | | |