小问题

This commit is contained in:
张江玮
2022-11-21 09:15:27 +08:00
parent 709a5befe9
commit 7cf9fe6cbe

View File

@@ -63,7 +63,7 @@ public class VMServiceImpl implements VMService {
WQLObject.getWQLObject("st_ivt_vehicle_material").delete("vehicle_id = " + id);
JSONObject vehicleUpdate = new JSONObject();
vehicleUpdate.put("vehicle_status", VehicleStatus.EMPTY);
vehicleUpdate.put("vehicle_status", VehicleStatus.EMPTY.getCode());
WQLObject.getWQLObject("md_pb_vehicle").update(vehicleUpdate, "vehicle_id = " + id);
}
}