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