From 8a222df60e6fd99e740a640804b9354a7d2657e3 Mon Sep 17 00:00:00 2001
From: 疯狂的狮子li <15040126243@163.com>
Date: 星期二, 07 六月 2022 11:04:00 +0800
Subject: [PATCH] update docker mysql 8.0.27 => 8.0.29 update docker nginx 1.21.3 => 1.21.6 update docker redis 6.2.6 => 6.2.7 update docker minio 2021-10-27 => 2022-05-26

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

diff --git a/ruoyi-generator/src/main/resources/vm/js/api.js.vm b/ruoyi-generator/src/main/resources/vm/js/api.js.vm
index 296d41a..9295524 100644
--- a/ruoyi-generator/src/main/resources/vm/js/api.js.vm
+++ b/ruoyi-generator/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