|
|
@@ -455,6 +455,7 @@ class WriteSportsController extends BaseController
|
|
|
'is_today' => $data['is_today'] ?: 0,
|
|
|
'is_morningplate' => $data['is_morningplate'] ?: 0,
|
|
|
'is_stringscene' => $data['is_stringscene'] ?: 0,
|
|
|
+ 'is_horn' => $data['is_horn']?:0,
|
|
|
'us_time' => $data['us_time'] ?: commonFunction::qgmdate('Y-m-d H:i:s', '', -4),
|
|
|
'half_match_id' => $half_match_id ?: 0,
|
|
|
'identity' => $data['uuid'],
|