Commit 6115f896 authored by hezhen's avatar hezhen

123

parent e475b706
...@@ -146,7 +146,7 @@ public class VehiclePublishReceiveBiz extends BaseBiz<VehiclePublishReceiveMappe ...@@ -146,7 +146,7 @@ public class VehiclePublishReceiveBiz extends BaseBiz<VehiclePublishReceiveMappe
String cover = vehicle.getCover(); String cover = vehicle.getCover();
Integer brandId = vehicle.getBrandId(); Integer brandId = vehicle.getBrandId();
Integer categoryId = vehicle.getCategoryId(); Integer categoryId = vehicle.getCategoryId();
String extensionList = vehicle.getExtensionList(); String extensionList = vehicleExtensionBiz.getExtensionIds(vehicleId);
String code = vehicle.getNumberPlate(); String code = vehicle.getNumberPlate();
if (type == 2 ){ if (type == 2 ){
/* cover = vehicle.getCover(); /* cover = vehicle.getCover();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment