|
|
@@ -491,7 +491,7 @@ public class TtCouponGoodsServiceImpl implements TtCouponGoodsService { |
|
|
poiPlan.setContentType(contentType); |
|
|
poiPlan.setContentType(contentType); |
|
|
poiPlan.setCommissionRate(commissionRate); |
|
|
poiPlan.setCommissionRate(commissionRate); |
|
|
|
|
|
|
|
|
Integer returnPlanId = ttMerchantPoiService.getTtWebService(tenantInfo).getPoiPlanService().poiPlanSave(poiPlan); |
|
|
|
|
|
|
|
|
Long returnPlanId = ttMerchantPoiService.getTtWebService(tenantInfo).getPoiPlanService().poiPlanSave(poiPlan); |
|
|
if(returnPlanId != null){ |
|
|
if(returnPlanId != null){ |
|
|
return new ResultData(returnPlanId); |
|
|
return new ResultData(returnPlanId); |
|
|
}else{ |
|
|
}else{ |
|
|
|