Explorar el Código

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

release_toaliyun_real
zhengfangyuan hace 3 años
padre
commit
5a34974950
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 Ver fichero

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


Cargando…
Cancelar
Guardar