root 4 年之前
父節點
當前提交
d603cbdcc3
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      app/Jobs/StoreNotice.php

+ 1
- 1
app/Jobs/StoreNotice.php 查看文件

@@ -152,7 +152,7 @@ class StoreNotice implements ShouldQueue
$site = SiteSetting::first();
$faulty = Faulty::with('DeedLaw')->where('_id',$notice->seksyen_kesalahan_n)->first();

$department = Department::where('_id', $notice->jbkod_n)->first();
// $department = Department::where('_id', $notice->jbkod)->first();

// $tawaran = '';
// if($compound->jumlah_kemaskini_kompaun == ''){

Loading…
取消
儲存