Commit d8351daf authored by hezhen's avatar hezhen

123

parent 97845336
...@@ -147,7 +147,7 @@ public class VehiclePublishReceiveBiz extends BaseBiz<VehiclePublishReceiveMappe ...@@ -147,7 +147,7 @@ public class VehiclePublishReceiveBiz extends BaseBiz<VehiclePublishReceiveMappe
Integer brandId = publishGoods.getBrandId(); Integer brandId = publishGoods.getBrandId();
Integer categoryId = publishGoods.getCategoryId(); Integer categoryId = publishGoods.getCategoryId();
String extensionList = publishGoods.getExtensionList(); String extensionList = publishGoods.getExtensionList();
if (type == 1 ){ if (type == 2 ){
cover = vehicle.getCover(); cover = vehicle.getCover();
brandId = vehicle.getBrandId(); brandId = vehicle.getBrandId();
categoryId = vehicle.getCategoryId(); categoryId = vehicle.getCategoryId();
......
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