Commit a0b6f6c8 by huluobin

update

parent cd4495aa
...@@ -37,7 +37,7 @@ public class ProduceStorePriceServiceImpl extends ServiceImpl<ProduceStorePriceM ...@@ -37,7 +37,7 @@ public class ProduceStorePriceServiceImpl extends ServiceImpl<ProduceStorePriceM
baseProduce.setBargainPrice(produceStorePrice.getBargainPrice()); baseProduce.setBargainPrice(produceStorePrice.getBargainPrice());
} }
if (produceStorePrice != null) { if (produceStorePrice != null) {
baseProduce.setBargainPrice(produceStorePrice.getBargainPrice()); baseProduce.setCurrentPrice(produceStorePrice.getCurrentPrice());
} }
} }
......
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