admin_customer_1014
This commit is contained in:
@@ -97,6 +97,7 @@ class Customer extends HD_Controller
|
||||
$rows_lcb = $this->app_licheb_users_model->select($where_lcb, 'id desc', 0, 0, 'id');
|
||||
if ($rows_lcb) {
|
||||
$str_ids = implode(',', array_column($rows_lcb, 'id'));
|
||||
$str_ids = $str_ids . ',0';
|
||||
$where["admin_id in({$str_ids})"] = null;
|
||||
} else {
|
||||
$where['admin_id'] = -1;
|
||||
|
||||
Reference in New Issue
Block a user