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