Jelajahi Sumber

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

kevinElken 7 bulan lalu
induk
melakukan
1f43a07629
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  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'];
         }