LiuJ 1 周之前
父节点
当前提交
2a9cb7fdd8
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/JsonRpc/NewsService.php

+ 1 - 1
app/JsonRpc/NewsService.php

@@ -3552,7 +3552,7 @@ class NewsService implements NewsServiceInterface
     $user_id = isset($data['user_id']) ? $data['user_id'] : '';
     unset($data['type_id']);
     if ($type_id != '10000') {
-      $where[] = ['job_apply.user_id', '=', $user_id];
+      $where[] = ['job_apply.receiver_id', '=', $user_id];
     }
 
     var_dump($where, '-----------------test---------');