linwu 9 月之前
父節點
當前提交
b89fac70e9
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/matchmaker/controller/UserController.php

+ 1 - 1
app/matchmaker/controller/UserController.php

@@ -282,7 +282,7 @@ class UserController extends MatchmakerBaseController
             //系统库
             $list = UserModel::where('user_type', 2)
                 ->where('user_status', 1)
-                ->where('sex', '=', $user['sex'] == 1 ? 1 : 2)
+                ->where('sex', '<>', $user['sex'] == 1 ? 1 : 2)
                 ->append(['sex_text'])
                 ->select();
         }