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---------');