update 功能安全中心 编辑成员
This commit is contained in:
+1
-1
@@ -182,7 +182,7 @@ public class SafetyCenterSubitemService extends ServiceImpl<SafetyCenterSubitemM
|
||||
//取差值,得到删除的联系人
|
||||
oldContactIdList.removeAll(contactIdList);
|
||||
//删除子项目的联系人
|
||||
this.deleteChildrenByParentId(parentId,contactIdList);
|
||||
this.deleteChildrenByParentId(projectId,contactIdList);
|
||||
}
|
||||
this.updateById(safetyCenterSubitem);
|
||||
//先删除之前保存的
|
||||
|
||||
Reference in New Issue
Block a user