master:档口新增客户价格优惠后,列表无法见问题修复;
parent
fd409f6673
commit
7f3a42b18a
|
|
@ -147,7 +147,7 @@ public class StoreCustomerProductDiscountServiceImpl implements IStoreCustomerPr
|
|||
if (CollectionUtils.isEmpty(updateList)) {
|
||||
return 0;
|
||||
}
|
||||
return this.cusProdDiscMapper.updateById(updateList).size();
|
||||
return this.cusProdDiscMapper.insertOrUpdate(updateList).size();
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue