浏览代码

storenotice

master
Siti Rahayu 5 年前
父节点
当前提交
b88859a6f1
共有 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 == ''){

正在加载...
取消
保存