|
|
|
@@ -116,7 +116,7 @@ public class WxActivityServiceImpl implements WxActivityService { |
|
|
|
WxCampaign campaign = new WxCampaign(); |
|
|
|
campaign.setProduceId(wxActivity.getId()); |
|
|
|
WxCampaign wxCampaign = wxCampaignMapper.selectOne(campaign); |
|
|
|
campaign.setStatus(EnumCampaignStatus.STATUS_TAKE_OFFF.getCode()); |
|
|
|
wxCampaign.setStatus(EnumCampaignStatus.STATUS_TAKE_OFFF.getCode()); |
|
|
|
wxCampaignMapper.updateByPrimaryKeySelective(wxCampaign); |
|
|
|
} |
|
|
|
return new ResultData(Result.SUCCESS, "操作成功"); |
|
|
|
|