root 4年前
コミット
d603cbdcc3
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      app/Jobs/StoreNotice.php

+ 1
- 1
app/Jobs/StoreNotice.php ファイルの表示

$site = SiteSetting::first(); $site = SiteSetting::first();
$faulty = Faulty::with('DeedLaw')->where('_id',$notice->seksyen_kesalahan_n)->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 = ''; // $tawaran = '';
// if($compound->jumlah_kemaskini_kompaun == ''){ // if($compound->jumlah_kemaskini_kompaun == ''){

読み込み中…
キャンセル
保存