fixing uat
This commit is contained in:
@ -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
|
||||
|
||||
|
||||
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user