LiuJ 1 settimana fa
parent
commit
2a9cb7fdd8
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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---------');