|
|
@ -296,6 +296,8 @@ public class IcEventServiceImpl extends BaseServiceImpl<IcEventDao, IcEventEntit |
|
|
|
issueFormDTO.setOrgIdPath(gridInfo.getPids()); |
|
|
|
issueFormDTO.setSourceType("ic_event"); |
|
|
|
issueFormDTO.setSourceId(icEventId); |
|
|
|
issueFormDTO.setCustomerId(formDTO.getCustomerId()); |
|
|
|
issueFormDTO.setCustomerId(formDTO.getCustomerId()); |
|
|
|
issueFormDTO.setCreatedBy(formDTO.getUserId()); |
|
|
|
issueFormDTO.setUpdatedBy(formDTO.getUserId()); |
|
|
|
issueFormDTO.setCreatedTime(nowTime); |
|
|
|