|
|
@ -802,7 +802,7 @@ public class IcEventServiceImpl extends BaseServiceImpl<IcEventDao, IcEventEntit |
|
|
|
if (null == entity.getReplyStatus()) { |
|
|
|
//如果事件没有处理,则该事件待响应,并同步更新事件处理状态
|
|
|
|
entity.setReplyStatus(formDTO.getManageStatus()); |
|
|
|
} else if (entity.getReplyStatus() > formDTO.getManageStatus()) { |
|
|
|
} else if (entity.getReplyStatus() < formDTO.getManageStatus()) { |
|
|
|
//如果事件已经存在处理流程,且当前处理流程状态大于之前的状态则更新最新的处理状态
|
|
|
|
entity.setReplyStatus(formDTO.getManageStatus()); |
|
|
|
} |
|
|
|