| xqd
@@ -327,6 +327,7 @@ class MyController extends Controller
|
|
|
// XX在互动上已经提起了你999次!你还不去瞧一瞧?你也太大牌啦!
|
|
|
$user = $this->getUser();
|
|
|
$data8 = SystemInfoModel::where('to_user_id',$user->id)->where('type_id',2)->where('attr_id',8)->orderBy('id','desc')->get()->toArray();
|
|
|
+// 计算interaction_id出现的次数
|
|
|
$count = array_count_values(array_column($data8,"interaction_id"));
|
|
|
dd($count);
|
|
|
$new_data8 = [] ;
|