|
@@ -360,9 +360,9 @@ public class AppGameBettingTask {
|
|
|
|
|
|
AppGameLottery appGameLottery = appGameLotteryService.selectLottery(appGame.getClassifyId(), appGame.getId(), gameDate);
|
|
|
|
|
|
- if(gameCode.equals("6")){
|
|
|
- gameLotterySucc = appGameLotteryAutoTask.autoTask(appGame, gameDate);
|
|
|
- }
|
|
|
+// if(gameCode.equals("6")){
|
|
|
+// gameLotterySucc = appGameLotteryAutoTask.autoTask(appGame, gameDate);
|
|
|
+// }
|
|
|
|
|
|
if(appGameLottery == null){
|
|
|
// 保存开奖记录
|