acitvity
parent
087d03e8dc
commit
c0293bd314
|
@ -101,7 +101,7 @@ public abstract class AbstractActivity implements IActivity, IEventHandler {
|
|||
|
||||
User user = UserManager.getUser(session.getUid());
|
||||
List<Integer> misssIds = new LinkedList<>();
|
||||
|
||||
misssIds.add(id);
|
||||
if (id == -1) {
|
||||
List<SActivityRewardConfig> cfgs = SActivityRewardConfig.getsActivityRewardConfigByActivityId(id);
|
||||
if (null == cfgs) {
|
||||
|
@ -154,7 +154,9 @@ public abstract class AbstractActivity implements IActivity, IEventHandler {
|
|||
}
|
||||
|
||||
SGlobalActivity sGlobalActivity = SGlobalActivity.getsGlobalActivityMap().get(id);
|
||||
String title = SErrorCodeEerverConfig.getI18NMessage("receive_activity_title",new Object[]{sGlobalActivity.getSesc()});
|
||||
if (null == sGlobalActivity)
|
||||
return false;
|
||||
String title = SErrorCodeEerverConfig.getI18NMessage("receive_activity_title", new Object[]{sGlobalActivity.getSesc()});
|
||||
String content = SErrorCodeEerverConfig.getI18NMessage("receive_activity_txt", new Object[]{sGlobalActivity.getSesc()});
|
||||
|
||||
String mailReward = ItemUtil.getMailReward(itemArrs);
|
||||
|
|
Loading…
Reference in New Issue