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'] = "";