商品映射市场价更改
This commit is contained in:
parent
ebab4a6105
commit
bc543b30ef
@ -329,9 +329,10 @@ public class ProductMappingServiceImpl extends BaseServiceImpl<ProductMappingMap
|
||||
item.setItem_name(shopProductSpecItem.getSpec_item_name());
|
||||
if(isUpdate){
|
||||
item.setItem_unit_price(shopProductSpecItem.getItemPrice());
|
||||
item.setItem_market_price(shopProductSpecItem.getMarketPrice());
|
||||
}else {
|
||||
item.setItem_unit_price(shopProductSpecItem.getItemPrice());
|
||||
item.setItem_market_price(shopProductSpecItem.getItemPrice());
|
||||
item.setItem_market_price(shopProductSpecItem.getMarketPrice());
|
||||
item.setItem_advice_price(shopProductSpecItem.getItemPrice());
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user