gq 7 سال پیش
والد
کامیت
f2571e20d6
1فایلهای تغییر یافته به همراه5 افزوده شده و 0 حذف شده
  1. 5 0
      server/app/Http/Controllers/Api/V1/IndexController.php

+ 5 - 0
server/app/Http/Controllers/Api/V1/IndexController.php

xqd
@@ -360,6 +360,11 @@ class IndexController extends Controller
                 $select->where('sex',1);
             });
         }
+        if ($age == 7) {
+            $query = $query->whereHas('user', function ($select) use ($age) {
+                $select->where('birthday','<=',date('Y-m-d',strtotime(date('Y')-18)));
+            });
+        }
         if ($age == 1) {
             $query = $query->whereHas('user', function ($select) use ($age) {
                 $select->where('birthday','>=',date('Y-m-d',strtotime(date('Y')-21)))->where('birthday','<=',date('Y-m-d',strtotime(date('Y')-18)));