| xqd
@@ -327,7 +327,8 @@ 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();
|
|
|
- dd($data8);
|
|
|
+ $count = array_count_values(array_column($data8,"interaction_id"));
|
|
|
+ dd($count);
|
|
|
$new_data8 = [] ;
|
|
|
if (count($data8) > 0) {
|
|
|
if (count($data8) >= 5) {
|