Explorar el Código

//cps

release_toaliyun_real
xhxu hace 3 años
padre
commit
bdc847fdd6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      mallinkService/src/main/java/com/iformall/service/impl/TtCouponGoodsServiceImpl.java

+ 1
- 1
mallinkService/src/main/java/com/iformall/service/impl/TtCouponGoodsServiceImpl.java Ver fichero

@@ -1056,7 +1056,7 @@ public class TtCouponGoodsServiceImpl implements TtCouponGoodsService {
if(ttPoiTakeRate != null){
takeRate = ttPoiTakeRate.getTakeRate();
}else{
takeRate = getAllMax();
return getAllMax();
}

WxAppinfo couponAppInfo = wxAppinfoService.getCouponAppInfo(wxCoupon);


Cargando…
Cancelar
Guardar