소스 검색

edit getting installer_id

hajar
Siti Hajar Ibrahim 5 년 전
부모
커밋
b713afdf63
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      app/Http/Controllers/Api/DocketMobile.php

+ 1
- 1
app/Http/Controllers/Api/DocketMobile.php 파일 보기

@@ -85,7 +85,7 @@ class DocketMobile extends BaseController
} while (Docket::where("docket_id", "=", $do)->first() instanceof Docket);

$signature = '/'.$destinationPath.'/signature_docket.png';
$this->dispatch(new StoreDocket($request->all(), $do, $wo->nature_work, $loginUser->_id, $signature));
$this->dispatch(new StoreDocket($request->all(), $do, $wo->nature_work, $wo->installer_id, $signature));

// $docket = new Docket();
// $docket->work_order_id = $request->wo;

Loading…
취소
저장