update code untuk kemaskini data

This commit is contained in:
Nur Izzati Zulkifli
2024-01-09 15:06:12 +08:00
parent d07e27e646
commit 6486935ee7
@@ -583,7 +583,9 @@ class CallCenterController extends Controller
$notis = CawanganNotis::on('mysql7')
->join('arrahn_master_db', 'arrahn_master_db.kodcaw', '=', 'cawangan_notis.kodcaw')
->where('notis_id',$notisid)->get();
->where('notis_id',$notisid)
->where('cawangan_notis.kodcaw','=', $kodcaw)
->get();
foreach ($notis as $index => $cawangan){
$notisbycaw = NotisPeringatan::on('mysql7')