|
@@ -419,7 +419,7 @@ class OaService extends Service
|
|
|
try {
|
|
|
DB::beginTransaction();
|
|
|
|
|
|
- list($employee_ids, $oa_sub_id) = $this->oaCommon($menu_id, ['order_number' => $orderObject], 1);
|
|
|
+ list($employee_ids, $oa_sub_id) = $this->oaCommon($menu_id, ['order_number' => $orderObject], 1,0,$this->user);
|
|
|
if (empty($employee_ids)) {
|
|
|
$this->returnOa($order_no, 1, $type);
|
|
|
DB::commit();
|