|
@@ -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){
|