瀏覽代碼

edit getting installer_id

hajar
Siti Hajar Ibrahim 4 年之前
父節點
當前提交
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…
取消
儲存