Browse Source

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

kevinElken 10 tháng trước cách đây
mục cha
commit
1f43a07629
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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'];
         }