满减活动问题
分类Pid问题
This commit is contained in:
@@ -15,7 +15,7 @@ import com.czg.market.entity.MkDiscountActivity;
|
||||
public interface MkDiscountActivityService extends IService<MkDiscountActivity> {
|
||||
Page<MkDiscountActivityDTO> getActivityPage(TimeQueryParam param, Long shopId);
|
||||
|
||||
MkDiscountActivityDTO checkDiscountAct(Long shopId, boolean couponShare, boolean vipShare, boolean limitRateShare, boolean pointsShare);
|
||||
MkDiscountActivityDTO checkDiscountAct(Long discountActId, boolean couponShare, boolean vipShare, boolean limitRateShare, boolean pointsShare);
|
||||
|
||||
MkDiscountActivityDTO getActivityByShopId(Long shopId);
|
||||
|
||||
|
||||
@@ -76,6 +76,10 @@ public class CheckOrderPay implements Serializable {
|
||||
* 满减活动抵扣金额
|
||||
*/
|
||||
private BigDecimal discountActAmount;
|
||||
/**
|
||||
* 满减活动Id
|
||||
*/
|
||||
private Long discountActId;
|
||||
/**
|
||||
* 其它优惠券抵扣金额
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user