From 6f3c3f1b7e2cf0ffe54a687b1e88ee51cbd44676 Mon Sep 17 00:00:00 2001
From: RuoYi <yzz_ivy@163.com>
Date: Wed, 23 Feb 2022 16:52:31 +0800
Subject: [PATCH] 页面若未匹配到字典标签则返回原字典值

---
 bin/run-modules-system.bat |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/bin/run-modules-system.bat b/bin/run-modules-system.bat
index 78f8b59..0d232fe 100644
--- a/bin/run-modules-system.bat
+++ b/bin/run-modules-system.bat
@@ -8,7 +8,7 @@
 
 set JAVA_OPTS=-Xms512m -Xmx1024m -XX:MetaspaceSize=128m -XX:MaxMetaspaceSize=512m
 
-java -Dfile.encoding=utf-8 -jar %JAVA_OPTS% ruoyi-modules-system.jar
+java -Dfile.encoding=utf-8 %JAVA_OPTS% -jar ruoyi-modules-system.jar
 
 cd bin
 pause
\ No newline at end of file

--
Gitblit v1.9.3