|
|
|
@@ -645,7 +645,7 @@ public class TtCouponGoodsServiceImpl implements TtCouponGoodsService { |
|
|
|
if(poiPlan.getPlanId() == null){ |
|
|
|
poiPlan.setCommissionDuration(record.getCommissionDuration()); |
|
|
|
} |
|
|
|
returnPlanId = ttWebService.getPoiPlanService().poiOrientedPlanLiveSave(poiPlan); |
|
|
|
returnPlanId = ttWebService.getPoiPlanService().poiOrientedPlanVideoSave(poiPlan); |
|
|
|
}else{ |
|
|
|
return new ResultData(ErrorCode.SYS_PARAMETER_ERROR.getCode(),"带货场景错误"); |
|
|
|
} |
|
|
|
|