|
|
@@ -123,7 +123,7 @@ class Receivables extends Base {
|
|
|
try {
|
|
|
$params = Form::updateFormParams('examine', $params);
|
|
|
|
|
|
- $params['owner_staff_id'] = $contract['owner_staff_id'];
|
|
|
+ $params['owner_staff_id'] = $contract['create_staff_id'];
|
|
|
$result=$this->model::createReceivables($params);
|
|
|
Db::commit();
|
|
|
} catch (Exception $e) {
|