|
@ -167,7 +167,7 @@ public class IssueServiceImpl extends BaseServiceImpl<IssueDao, IssueEntity> imp |
|
|
informationFormDTO.setUserId(entity.getUserId()); |
|
|
informationFormDTO.setUserId(entity.getUserId()); |
|
|
informationFormDTO.setContent(dto.getAdvice()); |
|
|
informationFormDTO.setContent(dto.getAdvice()); |
|
|
informationFormDTO.setType(EventsNoticeConstant.NOTICE_TYPE_PROGRESS_NOTICE); |
|
|
informationFormDTO.setType(EventsNoticeConstant.NOTICE_TYPE_PROGRESS_NOTICE); |
|
|
informationFormDTO.setBusinessType(EventsNoticeConstant.NOTICE_BUSINESS_TYPE_ISSUE); |
|
|
informationFormDTO.setBusinessType(EventsNoticeConstant.NOTICE_BUSINESS_TYPE_ITEM); |
|
|
informationFormDTO.setBusinessId(entity.getId()); |
|
|
informationFormDTO.setBusinessId(entity.getId()); |
|
|
informationFormDTO.setRelBusinessContent("议题:"+entity.getIssueContent()); |
|
|
informationFormDTO.setRelBusinessContent("议题:"+entity.getIssueContent()); |
|
|
|
|
|
|
|
|