商品映射市场价更改
This commit is contained in:
parent
3c067f4233
commit
311a82a32f
@ -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