close activity
parent
1e6ab3dfa4
commit
1c7dbd7b4d
|
@ -198,8 +198,11 @@ public class ActivityLogic {
|
|||
if (null==abstractActivity) {
|
||||
continue;
|
||||
}
|
||||
abstractActivity .onActivityEndSelfWithDealReward(user);
|
||||
abstractActivity.onActivityEndSelfWithDealReward(user);
|
||||
activityManager.removeActivity(activityId);
|
||||
if(sGlobalActivity.getShopId()!=0){
|
||||
user.getStoreManager().removeStoreInfo(sGlobalActivity.getShopId());
|
||||
}
|
||||
LOGGER.info("the uid={},remove the activity id ={}", user.getId(), activityId);
|
||||
if (builder != null) {
|
||||
builder.addCloseActivityId(activityId);
|
||||
|
|
Loading…
Reference in New Issue