Merged in izzati-ujrah (pull request #80)

update code untuk kemaskini data
This commit is contained in:
izzati zulkifli
2024-01-09 07:07:23 +00:00
@@ -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')