|
|
|
@@ -678,7 +678,7 @@ public class TtCouponGoodsServiceImpl implements TtCouponGoodsService { |
|
|
|
TtPoiTakeRate ttPoiTakeRate = ttPoiTakeRateMapper.selectByCoupon(tenantInfo.getTenantId(), couponId,EnumCpsPlanType.ALL.getCode(),null); |
|
|
|
Map<String,Object> map = new HashMap<>(); |
|
|
|
if(ttPoiTakeRate != null){ |
|
|
|
map.put("mallReat",ttPoiTakeRate.getTakeRate()); |
|
|
|
map.put("mallRate",ttPoiTakeRate.getTakeRate()); |
|
|
|
} |
|
|
|
map.put("mallMax",getAllMax()); |
|
|
|
map.put("mallMin",getAllMin(wxCoupon)); |
|
|
|
|