|
|
|
@ -128,7 +128,7 @@ public class FlwDefinitionServiceImpl implements IFlwDefinitionService {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
if (CollUtil.isNotEmpty(errorMsg)) {
|
|
|
|
if (CollUtil.isNotEmpty(errorMsg)) {
|
|
|
|
throw new ServiceException("节点【{}】未配置办理人!", String.join(",", errorMsg));
|
|
|
|
throw new ServiceException("节点【{}】未配置办理人!", StringUtils.join(errorMsg, ","));
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
return defService.publish(id);
|
|
|
|
return defService.publish(id);
|
|
|
|
|