增加num获得

This commit is contained in:
yuexin 2021-06-15 18:52:05 +08:00
parent dcd3a8a5dc
commit 04331357e7

View File

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