소스 검색

采购审核报错

cqpCow 1 년 전
부모
커밋
1381beea0b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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();