Browse Source

//cps

release_toaliyun_real
xhxu 3 years ago
parent
commit
bdc847fdd6
1 changed files with 1 additions and 1 deletions
  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 View File

@@ -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);


Loading…
Cancel
Save