master:档口新增客户价格优惠后,列表无法见问题修复;

pull/1121/head
liujiang 2025-08-22 15:55:48 +08:00
parent fd409f6673
commit 7f3a42b18a
1 changed files with 1 additions and 1 deletions

View File

@ -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();
}
/**