|
@@ -97,13 +97,14 @@ class IndexController extends Controller
|
|
|
$str = $db->countUser($timearea);
|
|
$str = $db->countUser($timearea);
|
|
|
//单式投注
|
|
//单式投注
|
|
|
$simplex = $db1->countUser($timearea);
|
|
$simplex = $db1->countUser($timearea);
|
|
|
|
|
+
|
|
|
if($str && $simplex){
|
|
if($str && $simplex){
|
|
|
for($i=0;$i<count($str);$i++){
|
|
for($i=0;$i<count($str);$i++){
|
|
|
for($j=0;$j<count($simplex);$j++){
|
|
for($j=0;$j<count($simplex);$j++){
|
|
|
if($str[$i]['account_identity'] == $simplex[$j]['account_identity']){
|
|
if($str[$i]['account_identity'] == $simplex[$j]['account_identity']){
|
|
|
unset($str[$i]);
|
|
unset($str[$i]);
|
|
|
|
|
+ unset($simplex[$j]);
|
|
|
}
|
|
}
|
|
|
-
|
|
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|