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->crt_id = $user['id'];
             $model->top_depart_id = $user['top_depart_id'];
             $model->top_depart_id = $user['top_depart_id'];
             $model->save();
             $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();
             DB::commit();
         }catch (\Exception $exception){
         }catch (\Exception $exception){