|
@@ -202,7 +202,7 @@ class AuxiliaryAccountService extends Service
|
|
|
try {
|
|
try {
|
|
|
DB::beginTransaction();
|
|
DB::beginTransaction();
|
|
|
|
|
|
|
|
- $model = new ExpenseClaims();
|
|
|
|
|
|
|
+ $model = new AuxiliaryAccount();
|
|
|
$model->code = $this->generateBillNo([
|
|
$model->code = $this->generateBillNo([
|
|
|
'top_depart_id' => $user['top_depart_id'],
|
|
'top_depart_id' => $user['top_depart_id'],
|
|
|
'type' => ExpenseClaims::Order_type,
|
|
'type' => ExpenseClaims::Order_type,
|