|
|
@ -297,7 +297,6 @@ public class IcEventServiceImpl extends BaseServiceImpl<IcEventDao, IcEventEntit |
|
|
|
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); |
|
|
@ -1757,6 +1756,7 @@ public class IcEventServiceImpl extends BaseServiceImpl<IcEventDao, IcEventEntit |
|
|
|
issueFormDTO.setOrgIdPath(icEventEntity.getGridPids()); |
|
|
|
issueFormDTO.setSourceType("ic_event"); |
|
|
|
issueFormDTO.setSourceId(icEventEntity.getId()); |
|
|
|
issueFormDTO.setCustomerId(formDTO.getCustomerId()); |
|
|
|
issueFormDTO.setCreatedBy(formDTO.getCurrentUserId()); |
|
|
|
issueFormDTO.setUpdatedBy(formDTO.getCurrentUserId()); |
|
|
|
issueFormDTO.setCreatedTime(nowTime); |
|
|
|