Commit cd4495aa by huluobin

update

parent 0087baac
...@@ -58,7 +58,7 @@ public class ProduceStorePriceServiceImpl extends ServiceImpl<ProduceStorePriceM ...@@ -58,7 +58,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());
} }
}); });
......
...@@ -153,7 +153,6 @@ public class SessionUtils { ...@@ -153,7 +153,6 @@ public class SessionUtils {
try { try {
customerDepartmentIdThreadLocal.set(Integer.valueOf(customerDepartmentId)); customerDepartmentIdThreadLocal.set(Integer.valueOf(customerDepartmentId));
} catch (Exception ignore) { } catch (Exception ignore) {
} }
} }
......
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