Commit 12202efa by zhiheng.zhang

老促销添加是否是全门店使用

parent d67c8cc3
......@@ -185,6 +185,7 @@ public class ActivityCalculationDiscountResponseDto {
private Integer maxNum;
private Integer exchangeNum;
private Integer validityDateDays;
private Boolean storeLevel;
}
@Data
......
......@@ -169,6 +169,7 @@ public class CalculationSharingDiscountResponseDto {
private Integer exchangeNum;
private Integer validityDateDays;
private Date endTime;
private Boolean storeLevel;
}
@Data
......
......@@ -1031,6 +1031,7 @@ public class ShoppingCartNewServiceImpl implements ShoppingCartNewService {
sendPointNew.setValidityDateDays(sendPointVo.getValidityDateDays());
sendPointNew.setActivityCode(discountDTO.getActivityCode());
sendPointNew.setEndTime(discountDTO.getEndTime());
sendPointNew.setStoreLevel(sendPointVo.getStoreLevel());
result.setSendPointVo(sendPointNew);
}
......
......@@ -207,6 +207,7 @@ public class CalculationSharingDiscountService {
sendPointNew.setValidityDateDays(sendPointVo.getValidityDateDays());
sendPointNew.setActivityCode(discountDTO.getActivityCode());
sendPointNew.setEndTime(discountDTO.getEndTime());
sendPointNew.setStoreLevel(sendPointVo.getStoreLevel());
result.setSendPointVo(sendPointNew);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment