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