瀏覽代碼

flag error in Pending COntractor

ifah
Siti Hajar Ibrahim 4 年之前
父節點
當前提交
f5d27dedc5
共有 1 個檔案被更改,包括 1 行新增0 行删除
  1. 1
    0
      app/Http/Controllers/CustomerService/WorkOrderController.php

+ 1
- 0
app/Http/Controllers/CustomerService/WorkOrderController.php 查看文件

@@ -283,6 +283,7 @@ class WorkOrderController extends Controller
$product = Product::where('speed',$form->PackageDetail->name)->where('formT',$w->Form->type_application)->first();
$company = Company::where('_id',$w->contractor_id)->first();

info($w->installer_id);
if($w->installer_id != ''){
$installer = Staff::with('StaffDetail')->where('_id',$w->installer_id)->first();
$installer = $installer->StaffDetail->name;

Loading…
取消
儲存