update code untuk kemaskini data
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user