新客立减调整

This commit is contained in:
张松
2025-09-18 16:54:27 +08:00
parent e4c6a7082e
commit dcb68f5717
2 changed files with 3 additions and 5 deletions

View File

@@ -28,7 +28,6 @@ public interface MkShopConsumeDiscountRecordService extends IService<MkShopConsu
* @param shopUserId 店铺用户id
* @param orderId 订单id
* @param amount 减免金额
* @return 是否成功
*/
boolean useDiscount(Long recordId, Long shopUserId, Long orderId, BigDecimal amount);
void useDiscount(Long recordId, Long shopUserId, Long orderId, BigDecimal amount);
}