update sikit
This commit is contained in:
@@ -256,7 +256,7 @@ class CallCenterController extends Controller
|
||||
$notisbycaw = NotisPeringatan::on('mysql7')
|
||||
->where('notisperingatan.notis_id',$notisid)
|
||||
->where('notisperingatan.kodcaw',$cawangan['kodcaw'])
|
||||
->where('notisperingatan.tarikhnotis1','=', NULL)
|
||||
->where('notisperingatan.peringatan','=', 1)
|
||||
->distinct()
|
||||
->get();
|
||||
// dd($notisbycaw);
|
||||
@@ -278,7 +278,7 @@ class CallCenterController extends Controller
|
||||
$notisbycaw = NotisPeringatan::on('mysql7')
|
||||
->where('notisperingatan.notis_id',$notisid)
|
||||
->where('notisperingatan.kodcaw',$kodcaw)
|
||||
->where('notisperingatan.tarikhnotis1', '=', NULL)
|
||||
->where('notisperingatan.peringatan', '=', 1)
|
||||
->distinct()
|
||||
->get();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user