perbaikan tampilan export ssurat

This commit is contained in:
KhatamNugraha
2024-03-08 10:08:31 +07:00
parent 704a2370c4
commit 28f1694aae
5 changed files with 34 additions and 20 deletions

View File

@ -115,6 +115,7 @@ class Account extends Model
// ->orderBy('TERM','DESC');
->where('BATCH_DATE', $dateCore)
//->where('LINKED_APPL_ID', $accNo)
// ->groupBy('ARRANGEMENT_ID','ACCOUNT_NUMBER','SHORT_TITLE','SHORT_NAME','COMPANY_NAME')
->limit(100);;
return $data;
@ -206,4 +207,4 @@ class Account extends Model
}
}