|
@@ -61,10 +61,11 @@ public class CarMessageApplyServiceImpl extends MPJBaseServiceImpl<CarMessageApp
|
|
|
idsMap.remove(object.get("vehicleId").getAsString());
|
|
|
}
|
|
|
Collection<String> values = idsMap.values();
|
|
|
- this.removeBatchByIds(values);
|
|
|
- }else{
|
|
|
- this.removeBatchByIds(ids);
|
|
|
+// this.removeBatchByIds(values); 远程没有数据
|
|
|
}
|
|
|
+// else{
|
|
|
+ this.removeBatchByIds(ids);
|
|
|
+// }
|
|
|
return true;
|
|
|
}
|
|
|
}
|