区域选择框添加树形结构,下发名单功能添加Excel导入人员查询功能,角色添加功能数据重复问题修改,以及各个细节优化
diff --git a/build.gradle b/build.gradle
index 2fe4ee1..5df2cf7 100644
--- a/build.gradle
+++ b/build.gradle
@@ -73,6 +73,7 @@
     implementation 'io.github.microutils:kotlin-logging:1.6.26'
     implementation 'org.slf4j:slf4j-parent:1.7.26'
     implementation 'redis.clients:jedis:2.9.3'
+    implementation 'net.sourceforge.jexcelapi:jxl:2.6.12'
     implementation group: 'commons-lang', name:'commons-lang',version: '2.5'
     implementation group: 'com.google.code.gson', name: 'gson', version: '2.8.5'
     implementation group: 'com.sun.jersey', name: 'jersey-client', version: '1.19'