From a3f68029372d566db4b852e0d1df72b7773c30c2 Mon Sep 17 00:00:00 2001
From: buhuazhen <hua100783@gmail.com>
Date: 星期一, 23 三月 2026 17:00:04 +0800
Subject: [PATCH] fix(production): 修正完成数量减少逻辑仅针对审核通过状态

---
 src/main/resources/vm/js/api.js.vm |    9 ---------
 1 files changed, 0 insertions(+), 9 deletions(-)

diff --git a/src/main/resources/vm/js/api.js.vm b/src/main/resources/vm/js/api.js.vm
index cd2403c..d78cd2f 100644
--- a/src/main/resources/vm/js/api.js.vm
+++ b/src/main/resources/vm/js/api.js.vm
@@ -42,12 +42,3 @@
     method: 'delete'
   })
 }
-
-// 瀵煎嚭${functionName}
-export function export${BusinessName}(query) {
-  return request({
-    url: '/${moduleName}/${businessName}/export',
-    method: 'get',
-    params: query
-  })
-}
\ No newline at end of file

--
Gitblit v1.9.3