|
|
@@ -516,11 +516,9 @@ class WriteSportsController extends BaseController{
|
|
|
$s_match_ids = [];
|
|
|
foreach($matchData as $k=>$v){
|
|
|
$identity[] = $v['uuid'];
|
|
|
- $s_match_ids[] = $v['match_id'];
|
|
|
+ $s_match_ids[] = $v['match_id'];
|
|
|
}
|
|
|
|
|
|
-
|
|
|
-
|
|
|
//====验证 赛事 所属 联赛 是否存在====
|
|
|
$identity = array_unique($identity);
|
|
|
sort($identity);
|