Browse Source

修改审核职位信息的接口

15313670163 4 days ago
parent
commit
d5aa9f3da3
1 changed files with 1 additions and 0 deletions
  1. 1 0
      app/JsonRpc/NewsService.php

+ 1 - 0
app/JsonRpc/NewsService.php

@@ -1613,6 +1613,7 @@ class NewsService implements NewsServiceInterface
         if($data['status'] == 2){
             $data['refuse_reason'] = $data['refuse_reason']?? null;
         }
+        $data['action_id'] = $data['user_id'];
         unset($data['user_id']);
         $result = JobRecruiting::where('id', $data['id'])->update($data);
         if(empty($result)){