|
@@ -331,7 +331,15 @@ class WriteSportsController extends BaseController{
|
|
|
}
|
|
}
|
|
|
if($data['is_stringscene'] == 1){
|
|
if($data['is_stringscene'] == 1){
|
|
|
$up_match['is_stringscene'] = $data['is_stringscene'];
|
|
$up_match['is_stringscene'] = $data['is_stringscene'];
|
|
|
- }
|
|
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ //如果是网球,追加更新开赛日期/时间
|
|
|
|
|
+ if($game_code == 'wq'){
|
|
|
|
|
+ $up_match['match_date'] = $data['match_date'];
|
|
|
|
|
+ $up_match['match_time'] = $data['match_time'];
|
|
|
|
|
+ $up_match['us_time'] = $data['us_time'];
|
|
|
|
|
+
|
|
|
|
|
+ }
|
|
|
|
|
|
|
|
//如果是网球 追加rule 字段
|
|
//如果是网球 追加rule 字段
|
|
|
if($game_code == 'wq' and !empty($data['rule'])){
|
|
if($game_code == 'wq' and !empty($data['rule'])){
|