|
|
|
@@ -631,7 +631,7 @@ public class WxCouponServiceImpl implements WxCouponService { |
|
|
|
return new ResultData(); |
|
|
|
} |
|
|
|
if((merchantParamList == null || merchantParamList.isEmpty())){ |
|
|
|
return new ResultData(ErrorCode.SYS_PARAMETER_ERROR.getCode(), "未选择对应门店"); |
|
|
|
return new ResultData(); |
|
|
|
} |
|
|
|
if(record.getSalePrice() != null && record.getSalePrice() > 0) { |
|
|
|
//todo 目前模式下券只能在一个平台下卖,即一个广场只有一个C端 |
|
|
|
|