test hot fix
parent
31782a686e
commit
95c1506ce1
|
@ -162,6 +162,7 @@ public class HeroLogic {
|
||||||
|
|
||||||
|
|
||||||
public void random(ISession session,int type) throws Exception {
|
public void random(ISession session,int type) throws Exception {
|
||||||
|
LOGGER.info("test randomxxxxx... the type={} ",type);
|
||||||
int uid = session.getUid();
|
int uid = session.getUid();
|
||||||
User user = UserManager.getUser(uid);
|
User user = UserManager.getUser(uid);
|
||||||
SLotterySetting sLotterySetting = SLotterySetting.getsLotterySettingMap().get(type);
|
SLotterySetting sLotterySetting = SLotterySetting.getsLotterySettingMap().get(type);
|
||||||
|
|
Loading…
Reference in New Issue