Commit 7815f87c by xiaoer.li

update::fixbug

parent 13673b89
...@@ -85,7 +85,7 @@ public class BuyAndGiftsPromotionService implements IPromotionService { ...@@ -85,7 +85,7 @@ public class BuyAndGiftsPromotionService implements IPromotionService {
cartGoods.setCategoryName(product.getName()); cartGoods.setCategoryName(product.getName());
cartGoods.setPic(product.getPicture()); cartGoods.setPic(product.getPicture());
cartGoods.setSkuName(product.getName()); cartGoods.setSkuName(product.getName());
cartGoods.setActivityType(Integer.parseInt(sendActivity.getActivityCode())); cartGoods.setActivityType(sendActivity.getActivityType());
cartGoods.setStockLimit(ObjectUtils.equals(1, product.getStockLimit())); cartGoods.setStockLimit(ObjectUtils.equals(1, product.getStockLimit()));
cartGoods.setCustomerCode(product.getCustomerCode()); cartGoods.setCustomerCode(product.getCustomerCode());
cartGoods.setUnit(product.getUnit()); cartGoods.setUnit(product.getUnit());
......
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