From 40123f8c502bb6f0486004a1668178287535b77a Mon Sep 17 00:00:00 2001 From: ELF <360197197@qq.com> Date: Fri, 13 Nov 2020 11:12:32 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Base/Service/TestingResourceService.class.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Application/Base/Service/TestingResourceService.class.php b/Application/Base/Service/TestingResourceService.class.php index 43788a7ae..53e312504 100644 --- a/Application/Base/Service/TestingResourceService.class.php +++ b/Application/Base/Service/TestingResourceService.class.php @@ -99,6 +99,8 @@ class TestingResourceService ->where(['batch_id' => $batch['id']]) ->select(); + $game = M('game', 'tab_')->field(['id', 'sdk_version'])->where(['id' => $batch['game_id']])->find(); + $hasError = false; $provideAmount = 0; foreach ($orders as $order) {