Commit bb0760ab by chongfu.liang

Merge branch 'feature/20201202-商品券换购券商品添加可售时间校验' into qa

parents 2be81aeb b179412e
......@@ -716,7 +716,7 @@ public class CouponServiceImpl implements CouponService {
productType.setSpuId(product.getSpuId());
productType.setUuid(UUID.randomUUID().toString());
productType.setValidateAttribute(0);
productType.setValidatePrice(1);
productType.setValidatePrice(0);
productType.setValidateStatuses(null);
productTypeList.add(productType);
......
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