|
@@ -689,6 +689,10 @@ public class WbsSynchronousServiceImpl {
|
|
|
for (WbsTreePrivate templateNode : wbsTreePrivates) {
|
|
|
//更新只跟新表单
|
|
|
for (WbsTreeContract editContractNode : wbsTreeContracts) {
|
|
|
+ if (CollectionUtil.isNotEmpty(formList) && !formList.contains(editContractNode.getPKeyId())) {
|
|
|
+ continue;
|
|
|
+ }
|
|
|
+
|
|
|
|
|
|
// 判断模板表与项目表 html是否一致
|
|
|
if (ObjectUtils.equals(templateNode.getPKeyId(), editContractNode.getIsTypePrivatePid())) {
|