浏览代码

Undo flag

hajar
父节点
当前提交
b5ba192c20
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      app/Http/Controllers/CustomerService/WorkOrderController.php

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

@@ -288,7 +288,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);
// info($w->installer_id);
if ($w->installer_id != '') {
$installer = Staff::with('StaffDetail')->where('_id', $w->installer_id)->first();
$installer = $installer->StaffDetail->name;

正在加载...
取消
保存