@@ -288,6 +288,7 @@ public class SceneCooperationServiceImpl extends ServiceImpl<ISceneCooperationMa
if(param.getUserNameList() == null || param.getUserNameList().isEmpty()){
this.deleteCooperationList(numList,null);
+ laserService.saveBatchCooperation(numList,new ArrayList<>(),loginUserName,param.getUserNameList(),"scene","update");
return null;
}
if(param.getUserNameList().contains( loginUserName)){