|
|
@@ -1648,7 +1648,8 @@ class WriteSportsController extends BaseController{
|
|
|
"match_process"=> $data['match_process']?:'',
|
|
|
// "tag"=> $data['tag']?:0,
|
|
|
"match_id"=> $match_id,
|
|
|
- "update_time"=>date('Y-m-d H:i:s')
|
|
|
+ "update_time"=>date('Y-m-d H:i:s'),
|
|
|
+ "result_mark" =>json_encode($data['result_mark'])?:'',
|
|
|
];
|
|
|
}
|
|
|
if($game_code == 'wq'){
|