|
|
|
@@ -79,8 +79,7 @@ public class WxCampaignController extends BaseController { |
|
|
|
} |
|
|
|
wxCampaign.setStatus(EnumCampaignStatus.STATUS_THROW_IN.getCode()); |
|
|
|
wxCampaign.updateTenantInfo(ifParentUpdateAloneTenantInfo()); |
|
|
|
wxCampaignService.saveOrUpdate(wxCampaign); |
|
|
|
return new ResultData(); |
|
|
|
return wxCampaignService.saveOrUpdate(wxCampaign); |
|
|
|
} |
|
|
|
|
|
|
|
@ApiOperation(value = "新增接口-小程序路径", notes = "produceType,produceId,pagePath,pageScene必填") |
|
|
|
@@ -90,8 +89,7 @@ public class WxCampaignController extends BaseController { |
|
|
|
logger.debug("[" + getIpAddr() + "] WxCampaignController::addByPath"); |
|
|
|
wxCampaign.setStatus(EnumCampaignStatus.STATUS_THROW_IN.getCode()); |
|
|
|
wxCampaign.updateTenantInfo(ifParentUpdateAloneTenantInfo()); |
|
|
|
wxCampaignService.addForPath(wxCampaign); |
|
|
|
return new ResultData(); |
|
|
|
return wxCampaignService.addForPath(wxCampaign); |
|
|
|
} |
|
|
|
|
|
|
|
@ApiOperation("根据id更新接口") |
|
|
|
|