浏览代码

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

kevinElken 11 月之前
父节点
当前提交
1f43a07629
共有 1 个文件被更改,包括 1 次插入0 次删除
  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) . ")";
             $condition .= " AND UI.DELETED=0 AND U.COUNTRY_ID IN (" . implode(',', $quotedAdminCountry) . ")";
         } else {
         } else {
             $condition = $filter['condition'] ?? '';
             $condition = $filter['condition'] ?? '';
+            $condition .= 'AND UI.DELETED=0';
             $params = $filter['params'];
             $params = $filter['params'];
         }
         }