瀏覽代碼

改一下bug

gogs 2 月之前
父節點
當前提交
74ed2c340e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/Service/AuxiliaryAccountService.php

+ 1 - 1
app/Service/AuxiliaryAccountService.php

@@ -209,7 +209,7 @@ class AuxiliaryAccountService extends Service
             $model->crt_id = $user['id'];
             $model->top_depart_id = $user['top_depart_id'];
             $model->save();
-            $this->saveDetail($model->id, time(), $data,$user['id'],$user['top_depart_id']);
+            $this->saveDetail($model->id, time(), $data,$user['id'],$user);
 
             DB::commit();
         }catch (\Exception $exception){