瀏覽代碼

edit calling created_by method in marketing controller

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

+ 1
- 1
app/Http/Controllers/DS/MarketingController.php 查看文件

@@ -1638,7 +1638,7 @@ class MarketingController extends Controller
$product = $product->package_name;
}

$created_by = Staff::with('StaffDetail')->find($wo->created_by)->first();
$created_by = Staff::with('StaffDetail')->where("_id",$wo->created_by)->first();
if(empty($created_by)){
$created_by = '';
}

Loading…
取消
儲存