@@ -526,7 +526,7 @@ public class SceneCooperationServiceImpl extends ServiceImpl<ISceneCooperationMa
List<SceneCooperation> addList =new ArrayList<>();
- if(numList1.isEmpty()){
+ if(!numList.isEmpty()){
addList = this.saveBatchByList(new ArrayList<>(numList), userIds, type,"mesh");
}
if(!numList1.isEmpty()){