fixing uat

This commit is contained in:
KhatamNugraha
2024-03-26 10:36:17 +07:00
parent 8a4f5cb059
commit 6847f9da62
4 changed files with 54 additions and 36 deletions

View File

@ -113,7 +113,7 @@ class Account extends Model
// ->join('STG_DB.ACCOUNT AS AC', 'AA.LINKED_APPL_ID', '=', 'AC.ACCOUNT_NUMBER')
->where('CUSTOMER',$cus_no)
// ->whereIn(DB::raw("LINKED_APPL_ID"),$arr)
// ->where('ARR_STATUS' , 'CURRENT')
//->where('ARR_STATUS' , 'CURRENT')
// ->orderBy('TERM','DESC');
->where('BATCH_DATE', $dateCore)
->where('ARR_STATUS','<>', 'CLOSE')
@ -214,4 +214,4 @@ class Account extends Model
}
}