Explorar o código

采购审核报错

cqpCow hai 1 ano
pai
achega
1381beea0b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      app/Service/OaService.php

+ 1 - 1
app/Service/OaService.php

@@ -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();