Commit 25c01d60 by shuhu.hou@freemud.cn

解决build失败问题

parent 5aa1f530
......@@ -328,7 +328,7 @@ public class SellCouponOrderServiceImpl {
ProductBindingCouponType productBindingCouponType2 = new ProductBindingCouponType();
productBindingCouponType2.setActivityCode(productBindingCouponType.getActivityCode());
productBindingCouponType2.setNum(productBindingCouponType.getNum());
productBindingCouponType2.setSequence(productBindingCouponType.getSequence());
//productBindingCouponType2.setSequence(productBindingCouponType.getSequence());
productBindingCoupons.add(productBindingCouponType2);
}
orderProductAddInfoDto.setProductBindingCoupons(productBindingCoupons);
......
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