lyhzzz 4 months ago
parent
commit
90c04008c8

+ 1 - 0
src/main/java/com/fdkankan/ucenter/service/impl/SceneCooperationServiceImpl.java

@@ -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)){