|
|
@@ -439,7 +439,7 @@ class WriteSportsController extends BaseController
|
|
|
//===追加查询 该赛事 本地是否存在 同联赛同球队 记录
|
|
|
//查询赛事 如果存在 则更新为 已取消
|
|
|
$matchData = $models['model_match']::where(['home_team' => $data['home_team'],'guest_team' => $data['guest_team'],'identity'=>$data['uuid']])
|
|
|
- ->update(['status'=>6]);
|
|
|
+ ->update(['status'=>6,'handle_mark'=>'重复赛事取消']);
|
|
|
//===end===
|
|
|
$half_match_id = $v['half_match_id'];
|
|
|
//获取 本地 联赛 ID
|