用户删除活动,自动下架banner
This commit is contained in:
@@ -208,7 +208,11 @@ public class UserEventAdminService {
|
||||
}
|
||||
}
|
||||
firstPageBanner.setSkipUri(String.format(UserEventConstant.H5_URL, domainUrl, userEvent.getId()));
|
||||
firstPageBannerAdminService.saveOrUpdateFirstPageBannerV2(firstPageBanner);
|
||||
Boolean firstPageBannerV2 = firstPageBannerAdminService.saveOrUpdateFirstPageBannerV2(firstPageBanner);
|
||||
if (firstPageBannerV2) {
|
||||
userEvent.setBannerId(firstPageBanner.getBannerId());
|
||||
userEventService.updateById(userEvent);
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user