Ver Fonte

采购审核报错

cqpCow há 1 ano atrás
pai
commit
1381beea0b
1 ficheiros alterados com 1 adições e 1 exclusões
  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();