|
$transfer = $this->transfer->find_all('id not in (8,9,11,12,15,16)');
|
|
$transfer = $this->transfer->find_all('id not in (8,9,11,12,15,16)');
|
|
$transfer_ids = array_column($transfer, 'id');
|
|
$transfer_ids = array_column($transfer, 'id');
|
|
$where .= " and lx in (".implode(",",$transfer_ids).") ";
|
|
$where .= " and lx in (".implode(",",$transfer_ids).") ";
|