kevin 4 месяцев назад
Родитель
Сommit
fa15b698c9
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      backendApi/modules/v1/controllers/UserController.php

+ 1 - 1
backendApi/modules/v1/controllers/UserController.php

@@ -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' ?? ' AND U.DELETED=0';
+            $condition = $filter['condition'] . ' AND UI.DELETED=0' ?? ' AND UI.DELETED=0';
             $params = $filter['params'];
         }