Commit cd4495aa by huluobin

update

parent 0087baac
......@@ -58,7 +58,7 @@ public class ProduceStorePriceServiceImpl extends ServiceImpl<ProduceStorePriceM
baseProduce.setBargainPrice(produceStorePrice.getBargainPrice());
}
if (produceStorePrice != null) {
baseProduce.setBargainPrice(produceStorePrice.getBargainPrice());
baseProduce.setCurrentPrice(produceStorePrice.getCurrentPrice());
}
});
......
......@@ -153,7 +153,6 @@ public class SessionUtils {
try {
customerDepartmentIdThreadLocal.set(Integer.valueOf(customerDepartmentId));
} 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