Merge remote-tracking branch 'origin/test' into test

This commit is contained in:
2025-09-18 16:55:34 +08:00
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);
}