小问题
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user