|
|
@ -705,7 +705,7 @@ public class ProjectTraceServiceImpl<ProjectTagService> implements ProjectTraceS |
|
|
|
//事件已经立项,不能重复操作
|
|
|
|
ResiEventEntity resiEventEntity=resiEventService.getById(formDTO.getEventId()); |
|
|
|
//TODO 兼容新事件表
|
|
|
|
String gridId = ""; |
|
|
|
String gridId = formDTO.getGridId(); |
|
|
|
if(null==resiEventEntity||resiEventEntity.getShiftProject()){ |
|
|
|
throw new RenException(EpmetErrorCode.RESI_EVENT_SHIFT_PROJECT.getCode(),EpmetErrorCode.RESI_EVENT_SHIFT_PROJECT.getMsg()); |
|
|
|
} |
|
|
|