Commit 1853804f by huluobin

update

parent 765f1ba9
......@@ -27,7 +27,7 @@ public class ProduceStorePriceServiceImpl extends ServiceImpl<ProduceStorePriceM
@Override
public void setProduceStorePrice(BaseProduce baseProduce) {
Integer departmentId = SessionUtils.getCustomerId();
Integer departmentId = SessionUtils.getDepartmentId();
ProduceStorePrice produceStorePrice = baseMapper.selectOne(new LambdaQueryWrapper<ProduceStorePrice>()
.eq(ProduceStorePrice::getProduceId, baseProduce.getId())
......
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