Commit 3f49dfa6 authored by hezhen's avatar hezhen

Merge branch 'master_chw_publish' into dev-chw

parents 88ba63ba d8351daf
...@@ -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