From 04331357e746afd66c9eea4f874cd321f6c03001 Mon Sep 17 00:00:00 2001 From: yuexin Date: Tue, 15 Jun 2021 18:52:05 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0num=E8=8E=B7=E5=BE=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- include/data.game.function.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/data.game.function.inc.php b/include/data.game.function.inc.php index 44f7a73..4ef18ef 100644 --- a/include/data.game.function.inc.php +++ b/include/data.game.function.inc.php @@ -1509,7 +1509,7 @@ function get_lottery_data($uid,$daytime="",$conn=false,$myredis=false){ } $where = " uid=".$uid." and left(add_time,10) ='".$daytime."' "; - $sql = "select `lottery_id`,`task_uid`, `is_ok`, `type` from game_global_lottery_log where ".$where; + $sql = "select `lottery_id`,`task_uid`, `is_ok`, `type`, `num` from game_global_lottery_log where ".$where; $query = $conn->Query($sql); while($value = $conn->FetchArray($query)) { $value['task_uid_pic'] = "";