From 7852fd6313032a18ff44deb005f0bbc344d41d17 Mon Sep 17 00:00:00 2001
From: Lius <Lius2225@163.com>
Date: 星期二, 09 九月 2025 15:27:47 +0800
Subject: [PATCH] 修复自定义公式除数为0异常

---
 lxzn-module-system/lxzn-system-start/src/main/resources/application-dev.yml |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/lxzn-module-system/lxzn-system-start/src/main/resources/application-dev.yml b/lxzn-module-system/lxzn-system-start/src/main/resources/application-dev.yml
index 0b3c4a6..0fb28cf 100644
--- a/lxzn-module-system/lxzn-system-start/src/main/resources/application-dev.yml
+++ b/lxzn-module-system/lxzn-system-start/src/main/resources/application-dev.yml
@@ -320,4 +320,6 @@
   ftpPassword: lx@2024
   address: /iot/
 #鏁版嵁搴� MySql | SqlServer
-databaseType: MySql
\ No newline at end of file
+databaseType: MySql
+#鎿嶄綔绯荤粺 kylin | windows
+operatingSystem: kylin
\ No newline at end of file

--
Gitblit v1.9.3