test hot fix

back_recharge
wangyuan 2019-09-16 14:18:23 +08:00
parent 31782a686e
commit 95c1506ce1
1 changed files with 1 additions and 0 deletions

View File

@ -162,6 +162,7 @@ public class HeroLogic {
public void random(ISession session,int type) throws Exception {
LOGGER.info("test randomxxxxx... the type={} ",type);
int uid = session.getUid();
User user = UserManager.getUser(uid);
SLotterySetting sLotterySetting = SLotterySetting.getsLotterySettingMap().get(type);