From e2b05af68baf459155ffd5c08e3d6eaa21136001 Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期五, 26 九月 2025 17:34:19 +0800
Subject: [PATCH] fix: bug

---
 packages/services/apiV2/index.ts |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/packages/services/apiV2/index.ts b/packages/services/apiV2/index.ts
index 2d2b182..99078ea 100644
--- a/packages/services/apiV2/index.ts
+++ b/packages/services/apiV2/index.ts
@@ -9,6 +9,7 @@
 import * as task from './task';
 import * as enterprise from './enterprise';
 import * as resource from './resource';
+import * as logRecords from './logRecords';
 import * as dictionary from './dictionary';
 import * as enterpriseWallet from './enterpriseWallet';
 import * as codeUrl from './codeUrl';
@@ -18,7 +19,6 @@
 import * as taskCheckReceive from './taskCheckReceive';
 import * as taskUser from './taskUser';
 import * as menu from './menu';
-import * as logRecords from './logRecords';
 import * as fileUtils from './fileUtils';
 import * as syncDatabase from './syncDatabase';
 export default {
@@ -29,6 +29,7 @@
   task,
   enterprise,
   resource,
+  logRecords,
   dictionary,
   enterpriseWallet,
   codeUrl,
@@ -38,7 +39,6 @@
   taskCheckReceive,
   taskUser,
   menu,
-  logRecords,
   fileUtils,
   syncDatabase,
 };

--
Gitblit v1.9.1