Commit 6d11c7b1 by 王世昌

fix

parent 373b94d7
......@@ -289,7 +289,7 @@ public abstract class AbstractAddGoodsService implements AddGoodsService {
private CheckSpqBO getSpqInfo(BaseAddGoodsBO baseRequestBO) {
if (CommonUtils.isProductCoupon(baseRequestBO.getCouponCode(), baseRequestBO.getSpuId())) {
if (!CommonUtils.isProductCoupon(baseRequestBO.getCouponCode(), baseRequestBO.getSpuId())) {
return null;
}
......
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