Browse Source

Merge branch 'release_toaliyun_real_202207' of https://git.malls.iformall.com/server/formallProject into release_toaliyun_real_202207

release_toaliyun_real
zhengfangyuan 3 years ago
parent
commit
5a34974950
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      mallinkService/src/main/java/com/iformall/service/impl/WxCouponServiceImpl.java

+ 1
- 1
mallinkService/src/main/java/com/iformall/service/impl/WxCouponServiceImpl.java View File

@@ -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端


Loading…
Cancel
Save