|
@@ -161,9 +161,8 @@ public class WbsSynchronousServiceImpl {
|
|
|
|
|
|
sb.append(StringUtil.join(nodeNames, "/")).append(";");
|
|
|
}
|
|
|
- throw new ServiceException("清表绑定错误:" + sb);
|
|
|
+// throw new ServiceException("清表绑定错误:" + sb);
|
|
|
}
|
|
|
-
|
|
|
List<Long> ids = collect.stream().map(WbsTreePrivate::getPKeyId).collect(Collectors.toList());
|
|
|
//修改数据
|
|
|
wbsSynchronousEViSaService.updateSyncPrivateForm(wbsTreePrivate, ids, wbsTreeSynchronousRecord.getId(),sb.toString());
|