|
@@ -288,7 +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");
|
|
|
+ laserService.saveBatchCooperation(numList,new ArrayList<>(),param.getUserNameList(),"scene","update");
|
|
|
return null;
|
|
|
}
|
|
|
if(param.getUserNameList().contains( loginUserName)){
|
|
@@ -523,7 +523,7 @@ public class SceneCooperationServiceImpl extends ServiceImpl<ISceneCooperationMa
|
|
|
return;
|
|
|
}
|
|
|
String operatingMode = numList.size() > 1 ? "add" :"update";
|
|
|
- laserService.saveBatchCooperation(new ArrayList<>(numList1),snCodeList,LoginUser.getUserName(),collect,type,operatingMode);
|
|
|
+ laserService.saveBatchCooperation(new ArrayList<>(numList1),snCodeList,collect,type,operatingMode);
|
|
|
|
|
|
}
|
|
|
|