|
|
@@ -160,9 +160,9 @@ class UserController extends BaseController
|
|
|
|
|
|
$condition = $filter['condition'];
|
|
|
$params = $filter['params'];
|
|
|
- $condition .= " AND UI.DELETED=0 AND U.COUNTRY_ID IN (" . implode(',', $quotedAdminCountry) . ")";
|
|
|
+ $condition .= " AND U.DELETED=0 AND U.COUNTRY_ID IN (" . implode(',', $quotedAdminCountry) . ")";
|
|
|
} else {
|
|
|
- $condition = $filter['condition'] . ' AND UI.DELETED=0' ?? ' AND UI.DELETED=0';
|
|
|
+ $condition = $filter['condition'] . ' AND U.DELETED=0' ?? ' AND U.DELETED=0';
|
|
|
$params = $filter['params'];
|
|
|
}
|
|
|
|