Przeglądaj źródła

[游戏][修复]:游戏次数限制的问题

release_toaliyun_real
hupeng 7 lat temu
rodzic
commit
3ee8c84569
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      mallinkService/src/main/java/com/iformall/service/impl/WxGameServiceImpl.java

+ 1
- 1
mallinkService/src/main/java/com/iformall/service/impl/WxGameServiceImpl.java Wyświetl plik

@@ -126,7 +126,7 @@ public class WxGameServiceImpl implements WxGameService {
wxGameActionLog.setGameId(gameId);

int playLimit = wxGame.getPlayLimit();
int AwardLimit = wxGame.getPlayLimit();
int AwardLimit = wxGame.getAwardLimit();
int playCount = wxGameActionLogMapper.getPlayCount(wxGameActionLog);
int AwardCount = wxGameActionLogMapper.getAwardCount(wxGameActionLog);



Ładowanie…
Anuluj
Zapisz