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