Commit b179412e by chongfu.liang

价格不校验

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