Quellcode durchsuchen

bugfix: EK-0524: 结算后台无法下载PDF订单.

kevinElken vor 7 Monaten
Ursprung
Commit
1f43a07629
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  1. 1 0
      backendApi/modules/v1/controllers/UserController.php

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

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