root 5 년 전
부모
커밋
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…
취소
저장