mirror of
				https://github.com/dromara/RuoYi-Vue-Plus.git
				synced 2025-11-04 08:13:44 +08:00 
			
		
		
		
	Compare commits
	
		
			2 Commits
		
	
	
		
			3761473967
			...
			v5.2.0
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 
						 | 
					0b331796e2 | ||
| 
						 | 
					456620b638 | 
							
								
								
									
										49
									
								
								.gitee/ISSUE_TEMPLATE.zh-CN.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										49
									
								
								.gitee/ISSUE_TEMPLATE.zh-CN.md
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,49 @@
 | 
			
		||||
### 使用版本(未按照模板填写直接删除)
 | 
			
		||||
 | 
			
		||||
- jdk版本(带上尾号): 例如 1.8.0_202
 | 
			
		||||
- 框架版本(项目启动时输出的版本号): 例如 4.4.0
 | 
			
		||||
- 其他依赖版本(你觉得有必要的):
 | 
			
		||||
 | 
			
		||||
### 问题前提
 | 
			
		||||
 | 
			
		||||
> 功能不好用 不会用 是否已经看过项目文档
 | 
			
		||||
> 项目运行报错 是否已经拿着报错信息去百度 常见报错百度百度足以
 | 
			
		||||
> 是否搜索过其他issue 一些已经解决的问题 会在issue内留下解决方法
 | 
			
		||||
> 无法线上解决或者与框架无关的问题的欢迎加VIP群跟作者一对一谈
 | 
			
		||||
 | 
			
		||||
### 异常模块
 | 
			
		||||
 | 
			
		||||
> 此报错都涉及到那些系统模块
 | 
			
		||||
 | 
			
		||||
例如 ruoyi-system ruoyi-auth 等等
 | 
			
		||||
 | 
			
		||||
### 问题描述
 | 
			
		||||
 | 
			
		||||
> 越详细越容易直击问题所在
 | 
			
		||||
 | 
			
		||||
已知: XXX功能不好用 或 XXX数据不正常 等等
 | 
			
		||||
 | 
			
		||||
### 希望结果
 | 
			
		||||
 | 
			
		||||
> 想知道你觉得怎么样是正常或者合理的
 | 
			
		||||
 | 
			
		||||
希望功能可以有XXX结果 或者 XXX现象
 | 
			
		||||
 | 
			
		||||
### 重现步骤
 | 
			
		||||
 | 
			
		||||
> 作者并不知道这个问题是如何出现的
 | 
			
		||||
 | 
			
		||||
- 1
 | 
			
		||||
- 2
 | 
			
		||||
- 3
 | 
			
		||||
 | 
			
		||||
### 相关代码与报错信息(请勿发混乱格式)
 | 
			
		||||
 | 
			
		||||
> 代码可按照如下形式提供或者截图均可 越详细越好
 | 
			
		||||
> 大多数问题都是 代码编写错误问题 逻辑问题 或者用法错误等问题
 | 
			
		||||
 | 
			
		||||
```java
 | 
			
		||||
public class XXX {
 | 
			
		||||
 | 
			
		||||
}
 | 
			
		||||
```
 | 
			
		||||
@@ -9,9 +9,8 @@ body:
 | 
			
		||||
      label: 版本
 | 
			
		||||
      description: 你当前正在使用我们软件的哪个版本(pom文件内的版本号)?
 | 
			
		||||
      value: |
 | 
			
		||||
        注意: 未填写版本号不予处理直接关闭或删除
 | 
			
		||||
        jdk版本(带上尾号):
 | 
			
		||||
        框架版本(项目启动时输出的版本号):
 | 
			
		||||
        jdk版本(带上尾号): 例如 17.0.8
 | 
			
		||||
        框架版本(项目启动时输出的版本号): 例如 5.1.1
 | 
			
		||||
        其他依赖版本(你觉得有必要的):
 | 
			
		||||
    validations:
 | 
			
		||||
      required: true
 | 
			
		||||
 
 | 
			
		||||
@@ -2,7 +2,7 @@
 | 
			
		||||
  <configuration default="false" name="ruoyi-monitor-admin" type="docker-deploy" factoryName="dockerfile" server-name="Docker">
 | 
			
		||||
    <deployment type="dockerfile">
 | 
			
		||||
      <settings>
 | 
			
		||||
        <option name="imageTag" value="ruoyi/ruoyi-monitor-admin:5.3.1" />
 | 
			
		||||
        <option name="imageTag" value="ruoyi/ruoyi-monitor-admin:5.2.0" />
 | 
			
		||||
        <option name="buildOnly" value="true" />
 | 
			
		||||
        <option name="sourceFilePath" value="ruoyi-extend/ruoyi-monitor-admin/Dockerfile" />
 | 
			
		||||
      </settings>
 | 
			
		||||
 
 | 
			
		||||
@@ -2,7 +2,7 @@
 | 
			
		||||
  <configuration default="false" name="ruoyi-server" type="docker-deploy" factoryName="dockerfile" server-name="Docker">
 | 
			
		||||
    <deployment type="dockerfile">
 | 
			
		||||
      <settings>
 | 
			
		||||
        <option name="imageTag" value="ruoyi/ruoyi-server:5.3.1" />
 | 
			
		||||
        <option name="imageTag" value="ruoyi/ruoyi-server:5.2.0" />
 | 
			
		||||
        <option name="buildOnly" value="true" />
 | 
			
		||||
        <option name="sourceFilePath" value="ruoyi-admin/Dockerfile" />
 | 
			
		||||
      </settings>
 | 
			
		||||
 
 | 
			
		||||
@@ -2,7 +2,7 @@
 | 
			
		||||
  <configuration default="false" name="ruoyi-snailjob-server" type="docker-deploy" factoryName="dockerfile" server-name="Docker">
 | 
			
		||||
    <deployment type="dockerfile">
 | 
			
		||||
      <settings>
 | 
			
		||||
        <option name="imageTag" value="ruoyi/ruoyi-snailjob-server:5.3.1" />
 | 
			
		||||
        <option name="imageTag" value="ruoyi/ruoyi-snailjob-server:5.2.0" />
 | 
			
		||||
        <option name="buildOnly" value="true" />
 | 
			
		||||
        <option name="sourceFilePath" value="ruoyi-extend/ruoyi-snailjob-server/Dockerfile" />
 | 
			
		||||
      </settings>
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										19
									
								
								README.md
									
									
									
									
									
								
							
							
						
						
									
										19
									
								
								README.md
									
									
									
									
									
								
							@@ -6,24 +6,22 @@
 | 
			
		||||
 | 
			
		||||
[](https://gitee.com/dromara/RuoYi-Vue-Plus)
 | 
			
		||||
[](https://github.com/dromara/RuoYi-Vue-Plus)
 | 
			
		||||
[](https://gitcode.com/dromara/RuoYi-Vue-Plus)
 | 
			
		||||
[](https://gitee.com/dromara/RuoYi-Vue-Plus/blob/master/LICENSE)
 | 
			
		||||
[](https://www.jetbrains.com/?from=RuoYi-Vue-Plus)
 | 
			
		||||
<br>
 | 
			
		||||
[](https://gitee.com/dromara/RuoYi-Vue-Plus)
 | 
			
		||||
[]()
 | 
			
		||||
[](https://gitee.com/dromara/RuoYi-Vue-Plus)
 | 
			
		||||
[]()
 | 
			
		||||
[]()
 | 
			
		||||
[]()
 | 
			
		||||
 | 
			
		||||
> Dromara RuoYi-Vue-Plus 是重写 RuoYi-Vue 针对 `分布式集群与多租户` 场景全方位升级(不兼容原框架)
 | 
			
		||||
> RuoYi-Vue-Plus 是重写 RuoYi-Vue 针对 `分布式集群与多租户` 场景全方位升级(不兼容原框架)
 | 
			
		||||
 | 
			
		||||
> 项目代码、文档 均开源免费可商用 遵循开源协议在项目中保留开源协议文件即可<br>
 | 
			
		||||
活到老写到老 为兴趣而开源 为学习而开源 为让大家真正可以学到技术而开源
 | 
			
		||||
 | 
			
		||||
> 系统演示: [传送门](https://plus-doc.dromara.org/#/common/demo_system)
 | 
			
		||||
 | 
			
		||||
> 官方前端项目地址: [plus-ui](https://gitee.com/JavaLionLi/plus-ui)<br>
 | 
			
		||||
> 成员前端项目地址: 基于vben5 [ruoyi-plus-vben5](https://gitee.com/dapppp/ruoyi-plus-vben5)
 | 
			
		||||
> 前端项目地址: [plus-ui](https://gitee.com/JavaLionLi/plus-ui)
 | 
			
		||||
 | 
			
		||||
> 文档地址: [plus-doc](https://plus-doc.dromara.org)
 | 
			
		||||
 | 
			
		||||
@@ -33,7 +31,6 @@ MaxKey 业界领先单点登录产品 - https://gitee.com/dromara/MaxKey <br>
 | 
			
		||||
CCFlow 驰聘低代码-流程-表单 - https://gitee.com/opencc/RuoYi-JFlow <br>
 | 
			
		||||
数舵科技 软件定制开发APP小程序等 - http://www.shuduokeji.com/ <br>
 | 
			
		||||
引迈信息 软件开发平台 - https://www.jnpfsoft.com/index.html?from=plus-doc <br>
 | 
			
		||||
<font color="red">**启山商城系统 多租户商城源码可免费商用可二次开发 - https://www.73app.cn/** </font><br>
 | 
			
		||||
[如何成为赞助商 加群联系作者详谈](https://plus-doc.dromara.org/#/common/add_group)
 | 
			
		||||
 | 
			
		||||
# 本框架与RuoYi的功能差异
 | 
			
		||||
@@ -59,12 +56,11 @@ CCFlow 驰聘低代码-流程-表单 - https://gitee.com/opencc/RuoYi-JFlow <br>
 | 
			
		||||
| 数据加解密       | 采用 注解 + mybatis 拦截器 对存取数据期间自动加解密<br/>支持多种策略 如BASE64、AES、RSA、SM2、SM4等                                              | 无                                                                                  |
 | 
			
		||||
| 接口传输加密      | 采用 动态 AES + RSA 加密请求 body 每一次请求秘钥都不同大幅度降低可破解性                                                                     | 无                                                                                  |
 | 
			
		||||
| 数据翻译        | 采用 注解 + jackson 序列化期间动态修改数据 数据进行翻译<br/>支持多种模式: `映射翻译` `直接翻译` `其他扩展条件翻译` 接口化两步即可完成自定义扩展 内置多种翻译实现                   | 无                                                                                  |
 | 
			
		||||
| 多数据源框架      | 采用 dynamic-datasource 支持市面大部分数据库<br/>通过yml配置即可动态管理异构不同种类的数据库 也可通过前端页面添加数据源<br/>支持spel表达式从请求头参数等条件切换数据源            | 基于 druid 手动编写代码配置数据源 配置繁琐 支持性差                                                     |
 | 
			
		||||
| 多数据源框架      | 采用 dynamic-datasource 支持世面大部分数据库<br/>通过yml配置即可动态管理异构不同种类的数据库 也可通过前端页面添加数据源<br/>支持spel表达式从请求头参数等条件切换数据源            | 基于 druid 手动编写代码配置数据源 配置繁琐 支持性差                                                     |
 | 
			
		||||
| 多数据源事务      | 采用 dynamic-datasource 支持多数据源不同种类的数据库事务回滚                                                                          | 不支持                                                                                |
 | 
			
		||||
| 数据库连接池      | 采用 HikariCP Spring官方内置连接池 配置简单 以性能与稳定性闻名天下                                                                        | 采用 druid bug众多 社区维护差 活跃度低 配置众多繁琐性能一般                                               |
 | 
			
		||||
| 数据库主键       | 采用 雪花ID 基于时间戳的 有序增长 唯一ID 再也不用为分库分表 数据合并主键冲突重复而发愁                                                                  | 采用 数据库自增ID 支持数据量有限 不支持多数据源主键唯一                                                     |
 | 
			
		||||
| WebSocket协议 | 基于 Spring 封装的 WebSocket 协议 扩展了Token鉴权与分布式会话同步 不再只是基于单机的废物                                                         | 无                                                                                  |
 | 
			
		||||
| SSE推送       | 采用 Spring SSE 实现 扩展了Token鉴权与分布式会话同步                                                                               | 无                                                                                  |
 | 
			
		||||
| 序列化         | 采用 Jackson Spring官方内置序列化 靠谱!!!                                                                                    | 采用 fastjson bugjson 远近闻名                                                           | 
 | 
			
		||||
| 分布式幂等       | 参考美团GTIS防重系统简化实现(细节可看文档)                                                                                          | 手动编写注解基于aop实现                                                                      |
 | 
			
		||||
| 分布式锁        | 采用 Lock4j 底层基于 Redisson                                                                                           | 无                                                                                  |
 | 
			
		||||
@@ -76,7 +72,6 @@ CCFlow 驰聘低代码-流程-表单 - https://gitee.com/opencc/RuoYi-JFlow <br>
 | 
			
		||||
| 接口文档        | 采用 SpringDoc、javadoc 无注解零入侵基于java注释<br/>只需把注释写好 无需再写一大堆的文档注解了                                                     | 采用 Springfox 已停止维护 需要编写大量的注解来支持文档生成                                                | 
 | 
			
		||||
| 校验框架        | 采用 Validation 支持注解与工具类校验 注解支持国际化                                                                                  | 仅支持注解 且注解不支持国际化                                                                    |
 | 
			
		||||
| Excel框架     | 采用 Alibaba EasyExcel 基于插件化<br/>框架对其增加了很多功能 例如 自动合并相同内容 自动排列布局 字典翻译等                                               | 基于 POI 手写实现 功能有限 复杂 扩展性差                                                           |
 | 
			
		||||
| 工作流支持       | 支持各种复杂审批 转办 委派 加减签 会签 或签 票签 等功能                                                                                   | 无                                                                                  |
 | 
			
		||||
| 工具类框架       | 采用 Hutool、Lombok 上百种工具覆盖90%的使用需求 基于注解自动生成 get set 等简化框架大量代码                                                       | 手写工具稳定性差易出问题 工具数量有限 代码臃肿需自己手写 get set 等                                            | 
 | 
			
		||||
| 监控框架        | 采用 SpringBoot-Admin 基于SpringBoot官方 actuator 探针机制<br/>实时监控服务状态 框架还为其扩展了在线日志查看监控                                    | 无                                                                                  | 
 | 
			
		||||
| 链路追踪        | 采用 Apache SkyWalking 还在为请求不知道去哪了 到哪出了问题而烦恼吗<br/>用了它即可实时查看请求经过的每一处每一个节点                                            | 无                                                                                  |
 | 
			
		||||
@@ -168,8 +163,8 @@ CCFlow 驰聘低代码-流程-表单 - https://gitee.com/opencc/RuoYi-JFlow <br>
 | 
			
		||||
|  |  |
 | 
			
		||||
|  |  |
 | 
			
		||||
|  |  |
 | 
			
		||||
|  |  |
 | 
			
		||||
|  |  |
 | 
			
		||||
|  |  |
 | 
			
		||||
|  |  |
 | 
			
		||||
|  |  |
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										118
									
								
								pom.xml
									
									
									
									
									
								
							
							
						
						
									
										118
									
								
								pom.xml
									
									
									
									
									
								
							@@ -10,55 +10,55 @@
 | 
			
		||||
 | 
			
		||||
    <name>RuoYi-Vue-Plus</name>
 | 
			
		||||
    <url>https://gitee.com/dromara/RuoYi-Vue-Plus</url>
 | 
			
		||||
    <description>Dromara RuoYi-Vue-Plus多租户管理系统</description>
 | 
			
		||||
    <description>RuoYi-Vue-Plus多租户管理系统</description>
 | 
			
		||||
 | 
			
		||||
    <properties>
 | 
			
		||||
        <revision>5.3.1</revision>
 | 
			
		||||
        <spring-boot.version>3.4.4</spring-boot.version>
 | 
			
		||||
        <revision>5.2.0</revision>
 | 
			
		||||
        <spring-boot.version>3.2.6</spring-boot.version>
 | 
			
		||||
        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
 | 
			
		||||
        <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
 | 
			
		||||
        <java.version>17</java.version>
 | 
			
		||||
        <mybatis.version>3.5.16</mybatis.version>
 | 
			
		||||
        <springdoc.version>2.8.5</springdoc.version>
 | 
			
		||||
        <springdoc.version>2.5.0</springdoc.version>
 | 
			
		||||
        <therapi-javadoc.version>0.15.0</therapi-javadoc.version>
 | 
			
		||||
        <easyexcel.version>4.0.3</easyexcel.version>
 | 
			
		||||
        <poi.version>5.2.3</poi.version>
 | 
			
		||||
        <easyexcel.version>3.3.4</easyexcel.version>
 | 
			
		||||
        <velocity.version>2.3</velocity.version>
 | 
			
		||||
        <satoken.version>1.40.0</satoken.version>
 | 
			
		||||
        <mybatis-plus.version>3.5.11</mybatis-plus.version>
 | 
			
		||||
        <satoken.version>1.38.0</satoken.version>
 | 
			
		||||
        <mybatis-plus.version>3.5.7</mybatis-plus.version>
 | 
			
		||||
        <p6spy.version>3.9.1</p6spy.version>
 | 
			
		||||
        <hutool.version>5.8.35</hutool.version>
 | 
			
		||||
        <spring-boot-admin.version>3.4.5</spring-boot-admin.version>
 | 
			
		||||
        <redisson.version>3.45.1</redisson.version>
 | 
			
		||||
        <hutool.version>5.8.27</hutool.version>
 | 
			
		||||
        <okhttp.version>4.10.0</okhttp.version>
 | 
			
		||||
        <spring-boot-admin.version>3.2.3</spring-boot-admin.version>
 | 
			
		||||
        <redisson.version>3.31.0</redisson.version>
 | 
			
		||||
        <lock4j.version>2.2.7</lock4j.version>
 | 
			
		||||
        <dynamic-ds.version>4.3.1</dynamic-ds.version>
 | 
			
		||||
        <snailjob.version>1.4.0</snailjob.version>
 | 
			
		||||
        <mapstruct-plus.version>1.4.6</mapstruct-plus.version>
 | 
			
		||||
        <alibaba-ttl.version>2.14.4</alibaba-ttl.version>
 | 
			
		||||
        <snailjob.version>1.0.1</snailjob.version>
 | 
			
		||||
        <mapstruct-plus.version>1.3.6</mapstruct-plus.version>
 | 
			
		||||
        <mapstruct-plus.lombok.version>0.2.0</mapstruct-plus.lombok.version>
 | 
			
		||||
        <lombok.version>1.18.36</lombok.version>
 | 
			
		||||
        <lombok.version>1.18.32</lombok.version>
 | 
			
		||||
        <bouncycastle.version>1.76</bouncycastle.version>
 | 
			
		||||
        <justauth.version>1.16.7</justauth.version>
 | 
			
		||||
        <justauth.version>1.16.6</justauth.version>
 | 
			
		||||
        <!-- 离线IP地址定位库 -->
 | 
			
		||||
        <ip2region.version>2.7.0</ip2region.version>
 | 
			
		||||
 | 
			
		||||
        <!-- OSS 配置 -->
 | 
			
		||||
        <aws.sdk.version>2.28.22</aws.sdk.version>
 | 
			
		||||
        <aws.sdk.version>2.25.15</aws.sdk.version>
 | 
			
		||||
        <aws.crt.version>0.29.13</aws.crt.version>
 | 
			
		||||
        <!-- SMS 配置 -->
 | 
			
		||||
        <sms4j.version>3.3.4</sms4j.version>
 | 
			
		||||
        <sms4j.version>3.2.1</sms4j.version>
 | 
			
		||||
        <!-- 限制框架中的fastjson版本 -->
 | 
			
		||||
        <fastjson.version>1.2.83</fastjson.version>
 | 
			
		||||
        <!-- 面向运行时的D-ORM依赖 -->
 | 
			
		||||
        <anyline.version>8.7.2-20250101</anyline.version>
 | 
			
		||||
        <!--工作流配置-->
 | 
			
		||||
        <warm-flow.version>1.6.8</warm-flow.version>
 | 
			
		||||
        <flowable.version>7.0.0</flowable.version>
 | 
			
		||||
 | 
			
		||||
        <!-- 插件版本 -->
 | 
			
		||||
        <maven-jar-plugin.version>3.2.2</maven-jar-plugin.version>
 | 
			
		||||
        <maven-war-plugin.version>3.2.2</maven-war-plugin.version>
 | 
			
		||||
        <maven-compiler-plugin.version>3.11.0</maven-compiler-plugin.version>
 | 
			
		||||
        <maven-compiler-plugin.verison>3.11.0</maven-compiler-plugin.verison>
 | 
			
		||||
        <maven-surefire-plugin.version>3.1.2</maven-surefire-plugin.version>
 | 
			
		||||
        <flatten-maven-plugin.version>1.3.0</flatten-maven-plugin.version>
 | 
			
		||||
        <!-- 打包默认跳过测试 -->
 | 
			
		||||
        <skipTests>true</skipTests>
 | 
			
		||||
    </properties>
 | 
			
		||||
 | 
			
		||||
    <profiles>
 | 
			
		||||
@@ -68,8 +68,6 @@
 | 
			
		||||
                <!-- 环境标识,需要与配置文件的名称相对应 -->
 | 
			
		||||
                <profiles.active>local</profiles.active>
 | 
			
		||||
                <logging.level>info</logging.level>
 | 
			
		||||
                <monitor.username>ruoyi</monitor.username>
 | 
			
		||||
                <monitor.password>123456</monitor.password>
 | 
			
		||||
            </properties>
 | 
			
		||||
        </profile>
 | 
			
		||||
        <profile>
 | 
			
		||||
@@ -78,8 +76,6 @@
 | 
			
		||||
                <!-- 环境标识,需要与配置文件的名称相对应 -->
 | 
			
		||||
                <profiles.active>dev</profiles.active>
 | 
			
		||||
                <logging.level>info</logging.level>
 | 
			
		||||
                <monitor.username>ruoyi</monitor.username>
 | 
			
		||||
                <monitor.password>123456</monitor.password>
 | 
			
		||||
            </properties>
 | 
			
		||||
            <activation>
 | 
			
		||||
                <!-- 默认环境 -->
 | 
			
		||||
@@ -91,8 +87,6 @@
 | 
			
		||||
            <properties>
 | 
			
		||||
                <profiles.active>prod</profiles.active>
 | 
			
		||||
                <logging.level>warn</logging.level>
 | 
			
		||||
                <monitor.username>ruoyi</monitor.username>
 | 
			
		||||
                <monitor.password>123456</monitor.password>
 | 
			
		||||
            </properties>
 | 
			
		||||
        </profile>
 | 
			
		||||
    </profiles>
 | 
			
		||||
@@ -119,16 +113,12 @@
 | 
			
		||||
                <scope>import</scope>
 | 
			
		||||
            </dependency>
 | 
			
		||||
 | 
			
		||||
            <!-- Warm-Flow国产工作流引擎, 在线文档:http://warm-flow.cn/ -->
 | 
			
		||||
            <dependency>
 | 
			
		||||
                <groupId>org.dromara.warm</groupId>
 | 
			
		||||
                <artifactId>warm-flow-mybatis-plus-sb3-starter</artifactId>
 | 
			
		||||
                <version>${warm-flow.version}</version>
 | 
			
		||||
            </dependency>
 | 
			
		||||
            <dependency>
 | 
			
		||||
                <groupId>org.dromara.warm</groupId>
 | 
			
		||||
                <artifactId>warm-flow-plugin-ui-sb-web</artifactId>
 | 
			
		||||
                <version>${warm-flow.version}</version>
 | 
			
		||||
                <groupId>org.flowable</groupId>
 | 
			
		||||
                <artifactId>flowable-bom</artifactId>
 | 
			
		||||
                <version>${flowable.version}</version>
 | 
			
		||||
                <type>pom</type>
 | 
			
		||||
                <scope>import</scope>
 | 
			
		||||
            </dependency>
 | 
			
		||||
 | 
			
		||||
            <!-- JustAuth 的依赖配置-->
 | 
			
		||||
@@ -165,10 +155,26 @@
 | 
			
		||||
                <version>${lombok.version}</version>
 | 
			
		||||
            </dependency>
 | 
			
		||||
 | 
			
		||||
            <dependency>
 | 
			
		||||
                <groupId>org.apache.poi</groupId>
 | 
			
		||||
                <artifactId>poi</artifactId>
 | 
			
		||||
                <version>${poi.version}</version>
 | 
			
		||||
            </dependency>
 | 
			
		||||
            <dependency>
 | 
			
		||||
                <groupId>org.apache.poi</groupId>
 | 
			
		||||
                <artifactId>poi-ooxml</artifactId>
 | 
			
		||||
                <version>${poi.version}</version>
 | 
			
		||||
            </dependency>
 | 
			
		||||
            <dependency>
 | 
			
		||||
                <groupId>com.alibaba</groupId>
 | 
			
		||||
                <artifactId>easyexcel</artifactId>
 | 
			
		||||
                <version>${easyexcel.version}</version>
 | 
			
		||||
                <exclusions>
 | 
			
		||||
                    <exclusion>
 | 
			
		||||
                        <groupId>org.apache.poi</groupId>
 | 
			
		||||
                        <artifactId>poi-ooxml-schemas</artifactId>
 | 
			
		||||
                    </exclusion>
 | 
			
		||||
                </exclusions>
 | 
			
		||||
            </dependency>
 | 
			
		||||
 | 
			
		||||
            <!-- velocity代码生成使用模板 -->
 | 
			
		||||
@@ -221,12 +227,6 @@
 | 
			
		||||
                <version>${mybatis-plus.version}</version>
 | 
			
		||||
            </dependency>
 | 
			
		||||
 | 
			
		||||
            <dependency>
 | 
			
		||||
                <groupId>com.baomidou</groupId>
 | 
			
		||||
                <artifactId>mybatis-plus-jsqlparser</artifactId>
 | 
			
		||||
                <version>${mybatis-plus.version}</version>
 | 
			
		||||
            </dependency>
 | 
			
		||||
 | 
			
		||||
            <dependency>
 | 
			
		||||
                <groupId>com.baomidou</groupId>
 | 
			
		||||
                <artifactId>mybatis-plus-annotation</artifactId>
 | 
			
		||||
@@ -240,24 +240,30 @@
 | 
			
		||||
                <version>${p6spy.version}</version>
 | 
			
		||||
            </dependency>
 | 
			
		||||
 | 
			
		||||
            <dependency>
 | 
			
		||||
                <groupId>com.squareup.okhttp3</groupId>
 | 
			
		||||
                <artifactId>okhttp</artifactId>
 | 
			
		||||
                <version>${okhttp.version}</version>
 | 
			
		||||
            </dependency>
 | 
			
		||||
 | 
			
		||||
            <!--  AWS SDK for Java 2.x  -->
 | 
			
		||||
            <dependency>
 | 
			
		||||
                <groupId>software.amazon.awssdk</groupId>
 | 
			
		||||
                <artifactId>s3</artifactId>
 | 
			
		||||
                <version>${aws.sdk.version}</version>
 | 
			
		||||
            </dependency>
 | 
			
		||||
            <!-- 使用AWS基于 CRT 的 S3 客户端 -->
 | 
			
		||||
            <dependency>
 | 
			
		||||
                <groupId>software.amazon.awssdk.crt</groupId>
 | 
			
		||||
                <artifactId>aws-crt</artifactId>
 | 
			
		||||
                <version>${aws.crt.version}</version>
 | 
			
		||||
            </dependency>
 | 
			
		||||
            <!-- 基于 AWS CRT 的 S3 客户端的性能增强的 S3 传输管理器 -->
 | 
			
		||||
            <dependency>
 | 
			
		||||
                <groupId>software.amazon.awssdk</groupId>
 | 
			
		||||
                <artifactId>s3-transfer-manager</artifactId>
 | 
			
		||||
                <version>${aws.sdk.version}</version>
 | 
			
		||||
            </dependency>
 | 
			
		||||
            <!-- 将基于 Netty 的 HTTP 客户端从类路径中移除 -->
 | 
			
		||||
            <dependency>
 | 
			
		||||
                <groupId>software.amazon.awssdk</groupId>
 | 
			
		||||
                <artifactId>netty-nio-client</artifactId>
 | 
			
		||||
                <version>${aws.sdk.version}</version>
 | 
			
		||||
            </dependency>
 | 
			
		||||
            <!--短信sms4j-->
 | 
			
		||||
            <dependency>
 | 
			
		||||
                <groupId>org.dromara.sms4j</groupId>
 | 
			
		||||
@@ -301,6 +307,12 @@
 | 
			
		||||
                <version>${snailjob.version}</version>
 | 
			
		||||
            </dependency>
 | 
			
		||||
 | 
			
		||||
            <dependency>
 | 
			
		||||
                <groupId>com.alibaba</groupId>
 | 
			
		||||
                <artifactId>transmittable-thread-local</artifactId>
 | 
			
		||||
                <version>${alibaba-ttl.version}</version>
 | 
			
		||||
            </dependency>
 | 
			
		||||
 | 
			
		||||
            <!-- 加密包引入 -->
 | 
			
		||||
            <dependency>
 | 
			
		||||
                <groupId>org.bouncycastle</groupId>
 | 
			
		||||
@@ -321,12 +333,6 @@
 | 
			
		||||
                <version>${ip2region.version}</version>
 | 
			
		||||
            </dependency>
 | 
			
		||||
 | 
			
		||||
            <dependency>
 | 
			
		||||
                <groupId>commons-io</groupId>
 | 
			
		||||
                <artifactId>commons-io</artifactId>
 | 
			
		||||
                <version>2.15.0</version>
 | 
			
		||||
            </dependency>
 | 
			
		||||
 | 
			
		||||
            <dependency>
 | 
			
		||||
                <groupId>com.alibaba</groupId>
 | 
			
		||||
                <artifactId>fastjson</artifactId>
 | 
			
		||||
@@ -380,7 +386,7 @@
 | 
			
		||||
            <plugin>
 | 
			
		||||
                <groupId>org.apache.maven.plugins</groupId>
 | 
			
		||||
                <artifactId>maven-compiler-plugin</artifactId>
 | 
			
		||||
                <version>${maven-compiler-plugin.version}</version>
 | 
			
		||||
                <version>${maven-compiler-plugin.verison}</version>
 | 
			
		||||
                <configuration>
 | 
			
		||||
                    <source>${java.version}</source>
 | 
			
		||||
                    <target>${java.version}</target>
 | 
			
		||||
 
 | 
			
		||||
@@ -1,9 +1,7 @@
 | 
			
		||||
# 贝尔实验室 Spring 官方推荐镜像 JDK下载地址 https://bell-sw.com/pages/downloads/
 | 
			
		||||
FROM bellsoft/liberica-openjdk-debian:17.0.11-cds
 | 
			
		||||
#FROM bellsoft/liberica-openjdk-debian:21.0.5-cds
 | 
			
		||||
#FROM findepi/graalvm:java17-native
 | 
			
		||||
FROM openjdk:17.0.2-oraclelinux8
 | 
			
		||||
 | 
			
		||||
LABEL maintainer="Lion Li"
 | 
			
		||||
MAINTAINER Lion Li
 | 
			
		||||
 | 
			
		||||
RUN mkdir -p /ruoyi/server/logs \
 | 
			
		||||
    /ruoyi/server/temp \
 | 
			
		||||
@@ -16,10 +14,6 @@ ENV SERVER_PORT=8080 LANG=C.UTF-8 LC_ALL=C.UTF-8 JAVA_OPTS=""
 | 
			
		||||
EXPOSE ${SERVER_PORT}
 | 
			
		||||
 | 
			
		||||
ADD ./target/ruoyi-admin.jar ./app.jar
 | 
			
		||||
# 工作流字体文件
 | 
			
		||||
ADD ./zhFonts/ /usr/share/fonts/zhFonts/
 | 
			
		||||
 | 
			
		||||
SHELL ["/bin/bash", "-c"]
 | 
			
		||||
 | 
			
		||||
ENTRYPOINT java -Djava.security.egd=file:/dev/./urandom -Dserver.port=${SERVER_PORT} \
 | 
			
		||||
           # 应用名称 如果想区分集群节点监控 改成不同的名称即可
 | 
			
		||||
 
 | 
			
		||||
@@ -22,28 +22,21 @@
 | 
			
		||||
            <groupId>com.mysql</groupId>
 | 
			
		||||
            <artifactId>mysql-connector-j</artifactId>
 | 
			
		||||
        </dependency>
 | 
			
		||||
 | 
			
		||||
<!--        <!– mp支持的数据库均支持 只需要增加对应的jdbc依赖即可 –>-->
 | 
			
		||||
<!--        <!– Oracle –>-->
 | 
			
		||||
<!--        <dependency>-->
 | 
			
		||||
<!--            <groupId>com.oracle.database.jdbc</groupId>-->
 | 
			
		||||
<!--            <artifactId>ojdbc8</artifactId>-->
 | 
			
		||||
<!--        </dependency>-->
 | 
			
		||||
<!--        <!– 兼容oracle低版本 –>-->
 | 
			
		||||
<!--        <dependency>-->
 | 
			
		||||
<!--            <groupId>com.oracle.database.nls</groupId>-->
 | 
			
		||||
<!--            <artifactId>orai18n</artifactId>-->
 | 
			
		||||
<!--        </dependency>-->
 | 
			
		||||
<!--        <!– PostgreSql –>-->
 | 
			
		||||
<!--        <dependency>-->
 | 
			
		||||
<!--            <groupId>org.postgresql</groupId>-->
 | 
			
		||||
<!--            <artifactId>postgresql</artifactId>-->
 | 
			
		||||
<!--        </dependency>-->
 | 
			
		||||
<!--        <!– SqlServer –>-->
 | 
			
		||||
<!--        <dependency>-->
 | 
			
		||||
<!--            <groupId>com.microsoft.sqlserver</groupId>-->
 | 
			
		||||
<!--            <artifactId>mssql-jdbc</artifactId>-->
 | 
			
		||||
<!--        </dependency>-->
 | 
			
		||||
        <!-- Oracle -->
 | 
			
		||||
        <dependency>
 | 
			
		||||
            <groupId>com.oracle.database.jdbc</groupId>
 | 
			
		||||
            <artifactId>ojdbc8</artifactId>
 | 
			
		||||
        </dependency>
 | 
			
		||||
        <!-- PostgreSql -->
 | 
			
		||||
        <dependency>
 | 
			
		||||
            <groupId>org.postgresql</groupId>
 | 
			
		||||
            <artifactId>postgresql</artifactId>
 | 
			
		||||
        </dependency>
 | 
			
		||||
        <!-- SqlServer -->
 | 
			
		||||
        <dependency>
 | 
			
		||||
            <groupId>com.microsoft.sqlserver</groupId>
 | 
			
		||||
            <artifactId>mssql-jdbc</artifactId>
 | 
			
		||||
        </dependency>
 | 
			
		||||
 | 
			
		||||
        <dependency>
 | 
			
		||||
            <groupId>org.dromara</groupId>
 | 
			
		||||
 
 | 
			
		||||
@@ -1,8 +1,6 @@
 | 
			
		||||
package org.dromara.web.controller;
 | 
			
		||||
 | 
			
		||||
import cn.dev33.satoken.annotation.SaIgnore;
 | 
			
		||||
import cn.dev33.satoken.exception.NotLoginException;
 | 
			
		||||
import cn.dev33.satoken.stp.StpUtil;
 | 
			
		||||
import cn.hutool.core.codec.Base64;
 | 
			
		||||
import cn.hutool.core.collection.CollUtil;
 | 
			
		||||
import cn.hutool.core.util.ObjectUtil;
 | 
			
		||||
@@ -13,7 +11,7 @@ import me.zhyd.oauth.model.AuthResponse;
 | 
			
		||||
import me.zhyd.oauth.model.AuthUser;
 | 
			
		||||
import me.zhyd.oauth.request.AuthRequest;
 | 
			
		||||
import me.zhyd.oauth.utils.AuthStateUtils;
 | 
			
		||||
import org.dromara.common.core.constant.SystemConstants;
 | 
			
		||||
import org.dromara.common.core.constant.UserConstants;
 | 
			
		||||
import org.dromara.common.core.domain.R;
 | 
			
		||||
import org.dromara.common.core.domain.model.LoginBody;
 | 
			
		||||
import org.dromara.common.core.domain.model.RegisterBody;
 | 
			
		||||
@@ -25,9 +23,9 @@ import org.dromara.common.satoken.utils.LoginHelper;
 | 
			
		||||
import org.dromara.common.social.config.properties.SocialLoginConfigProperties;
 | 
			
		||||
import org.dromara.common.social.config.properties.SocialProperties;
 | 
			
		||||
import org.dromara.common.social.utils.SocialUtils;
 | 
			
		||||
import org.dromara.common.sse.dto.SseMessageDto;
 | 
			
		||||
import org.dromara.common.sse.utils.SseMessageUtils;
 | 
			
		||||
import org.dromara.common.tenant.helper.TenantHelper;
 | 
			
		||||
import org.dromara.common.websocket.dto.WebSocketMessageDto;
 | 
			
		||||
import org.dromara.common.websocket.utils.WebSocketUtils;
 | 
			
		||||
import org.dromara.system.domain.bo.SysTenantBo;
 | 
			
		||||
import org.dromara.system.domain.vo.SysClientVo;
 | 
			
		||||
import org.dromara.system.domain.vo.SysTenantVo;
 | 
			
		||||
@@ -93,7 +91,7 @@ public class AuthController {
 | 
			
		||||
        if (ObjectUtil.isNull(client) || !StringUtils.contains(client.getGrantType(), grantType)) {
 | 
			
		||||
            log.info("客户端id: {} 认证类型:{} 异常!.", clientId, grantType);
 | 
			
		||||
            return R.fail(MessageUtils.message("auth.grant.type.error"));
 | 
			
		||||
        } else if (!SystemConstants.NORMAL.equals(client.getStatus())) {
 | 
			
		||||
        } else if (!UserConstants.NORMAL.equals(client.getStatus())) {
 | 
			
		||||
            return R.fail(MessageUtils.message("auth.grant.type.blocked"));
 | 
			
		||||
        }
 | 
			
		||||
        // 校验租户
 | 
			
		||||
@@ -103,16 +101,16 @@ public class AuthController {
 | 
			
		||||
 | 
			
		||||
        Long userId = LoginHelper.getUserId();
 | 
			
		||||
        scheduledExecutorService.schedule(() -> {
 | 
			
		||||
            SseMessageDto dto = new SseMessageDto();
 | 
			
		||||
            WebSocketMessageDto dto = new WebSocketMessageDto();
 | 
			
		||||
            dto.setMessage("欢迎登录RuoYi-Vue-Plus后台管理系统");
 | 
			
		||||
            dto.setUserIds(List.of(userId));
 | 
			
		||||
            SseMessageUtils.publishMessage(dto);
 | 
			
		||||
        }, 5, TimeUnit.SECONDS);
 | 
			
		||||
            dto.setSessionKeys(List.of(userId));
 | 
			
		||||
            WebSocketUtils.publishMessage(dto);
 | 
			
		||||
        }, 3, TimeUnit.SECONDS);
 | 
			
		||||
        return R.ok(loginVo);
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 获取跳转URL
 | 
			
		||||
     * 第三方登录请求
 | 
			
		||||
     *
 | 
			
		||||
     * @param source 登录来源
 | 
			
		||||
     * @return 结果
 | 
			
		||||
@@ -134,15 +132,13 @@ public class AuthController {
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 前端回调绑定授权(需要token)
 | 
			
		||||
     * 第三方登录回调业务处理 绑定授权
 | 
			
		||||
     *
 | 
			
		||||
     * @param loginBody 请求体
 | 
			
		||||
     * @return 结果
 | 
			
		||||
     */
 | 
			
		||||
    @PostMapping("/social/callback")
 | 
			
		||||
    public R<Void> socialCallback(@RequestBody SocialLoginBody loginBody) {
 | 
			
		||||
        // 校验token
 | 
			
		||||
        StpUtil.checkLogin();
 | 
			
		||||
        // 获取第三方登录信息
 | 
			
		||||
        AuthResponse<AuthUser> response = SocialUtils.loginAuth(
 | 
			
		||||
                loginBody.getSource(), loginBody.getSocialCode(),
 | 
			
		||||
@@ -158,14 +154,12 @@ public class AuthController {
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 取消授权(需要token)
 | 
			
		||||
     * 取消授权
 | 
			
		||||
     *
 | 
			
		||||
     * @param socialId socialId
 | 
			
		||||
     */
 | 
			
		||||
    @DeleteMapping(value = "/unlock/{socialId}")
 | 
			
		||||
    public R<Void> unlockSocial(@PathVariable Long socialId) {
 | 
			
		||||
        // 校验token
 | 
			
		||||
        StpUtil.checkLogin();
 | 
			
		||||
        Boolean rows = socialUserService.deleteWithValidById(socialId);
 | 
			
		||||
        return rows ? R.ok() : R.fail("取消授权失败");
 | 
			
		||||
    }
 | 
			
		||||
@@ -200,26 +194,8 @@ public class AuthController {
 | 
			
		||||
     */
 | 
			
		||||
    @GetMapping("/tenant/list")
 | 
			
		||||
    public R<LoginTenantVo> tenantList(HttpServletRequest request) throws Exception {
 | 
			
		||||
        // 返回对象
 | 
			
		||||
        LoginTenantVo result = new LoginTenantVo();
 | 
			
		||||
        boolean enable = TenantHelper.isEnable();
 | 
			
		||||
        result.setTenantEnabled(enable);
 | 
			
		||||
        // 如果未开启租户这直接返回
 | 
			
		||||
        if (!enable) {
 | 
			
		||||
            return R.ok(result);
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        List<SysTenantVo> tenantList = tenantService.queryList(new SysTenantBo());
 | 
			
		||||
        List<TenantListVo> voList = MapstructUtils.convert(tenantList, TenantListVo.class);
 | 
			
		||||
        try {
 | 
			
		||||
            // 如果只超管返回所有租户
 | 
			
		||||
            if (LoginHelper.isSuperAdmin()) {
 | 
			
		||||
                result.setVoList(voList);
 | 
			
		||||
                return R.ok(result);
 | 
			
		||||
            }
 | 
			
		||||
        } catch (NotLoginException ignored) {
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        // 获取域名
 | 
			
		||||
        String host;
 | 
			
		||||
        String referer = request.getHeader("referer");
 | 
			
		||||
@@ -231,9 +207,12 @@ public class AuthController {
 | 
			
		||||
        }
 | 
			
		||||
        // 根据域名进行筛选
 | 
			
		||||
        List<TenantListVo> list = StreamUtils.filter(voList, vo ->
 | 
			
		||||
            StringUtils.equalsIgnoreCase(vo.getDomain(), host));
 | 
			
		||||
        result.setVoList(CollUtil.isNotEmpty(list) ? list : voList);
 | 
			
		||||
        return R.ok(result);
 | 
			
		||||
                StringUtils.equals(vo.getDomain(), host));
 | 
			
		||||
        // 返回对象
 | 
			
		||||
        LoginTenantVo vo = new LoginTenantVo();
 | 
			
		||||
        vo.setVoList(CollUtil.isNotEmpty(list) ? list : voList);
 | 
			
		||||
        vo.setTenantEnabled(TenantHelper.isEnable());
 | 
			
		||||
        return R.ok(vo);
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
@@ -11,7 +11,6 @@ import lombok.extern.slf4j.Slf4j;
 | 
			
		||||
import org.dromara.common.core.constant.Constants;
 | 
			
		||||
import org.dromara.common.core.constant.GlobalConstants;
 | 
			
		||||
import org.dromara.common.core.domain.R;
 | 
			
		||||
import org.dromara.common.core.exception.ServiceException;
 | 
			
		||||
import org.dromara.common.core.utils.SpringUtils;
 | 
			
		||||
import org.dromara.common.core.utils.StringUtils;
 | 
			
		||||
import org.dromara.common.core.utils.reflect.ReflectUtils;
 | 
			
		||||
@@ -80,21 +79,12 @@ public class CaptchaController {
 | 
			
		||||
     *
 | 
			
		||||
     * @param email 邮箱
 | 
			
		||||
     */
 | 
			
		||||
    @RateLimiter(key = "#email", time = 60, count = 1)
 | 
			
		||||
    @GetMapping("/resource/email/code")
 | 
			
		||||
    public R<Void> emailCode(@NotBlank(message = "{user.email.not.blank}") String email) {
 | 
			
		||||
        if (!mailProperties.getEnabled()) {
 | 
			
		||||
            return R.fail("当前系统没有开启邮箱功能!");
 | 
			
		||||
        }
 | 
			
		||||
        SpringUtils.getAopProxy(this).emailCodeImpl(email);
 | 
			
		||||
        return R.ok();
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 邮箱验证码
 | 
			
		||||
     * 独立方法避免验证码关闭之后仍然走限流
 | 
			
		||||
     */
 | 
			
		||||
    @RateLimiter(key = "#email", time = 60, count = 1)
 | 
			
		||||
    public void emailCodeImpl(String email) {
 | 
			
		||||
        String key = GlobalConstants.CAPTCHA_CODE_KEY + email;
 | 
			
		||||
        String code = RandomUtil.randomNumbers(4);
 | 
			
		||||
        RedisUtils.setCacheObject(key, code, Duration.ofMinutes(Constants.CAPTCHA_EXPIRATION));
 | 
			
		||||
@@ -102,30 +92,23 @@ public class CaptchaController {
 | 
			
		||||
            MailUtils.sendText(email, "登录验证码", "您本次验证码为:" + code + ",有效性为" + Constants.CAPTCHA_EXPIRATION + "分钟,请尽快填写。");
 | 
			
		||||
        } catch (Exception e) {
 | 
			
		||||
            log.error("验证码短信发送异常 => {}", e.getMessage());
 | 
			
		||||
            throw new ServiceException(e.getMessage());
 | 
			
		||||
            return R.fail(e.getMessage());
 | 
			
		||||
        }
 | 
			
		||||
        return R.ok();
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 生成验证码
 | 
			
		||||
     */
 | 
			
		||||
    @RateLimiter(time = 60, count = 10, limitType = LimitType.IP)
 | 
			
		||||
    @GetMapping("/auth/code")
 | 
			
		||||
    public R<CaptchaVo> getCode() {
 | 
			
		||||
        CaptchaVo captchaVo = new CaptchaVo();
 | 
			
		||||
        boolean captchaEnabled = captchaProperties.getEnable();
 | 
			
		||||
        if (!captchaEnabled) {
 | 
			
		||||
            CaptchaVo captchaVo = new CaptchaVo();
 | 
			
		||||
            captchaVo.setCaptchaEnabled(false);
 | 
			
		||||
            return R.ok(captchaVo);
 | 
			
		||||
        }
 | 
			
		||||
        return R.ok(SpringUtils.getAopProxy(this).getCodeImpl());
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 生成验证码
 | 
			
		||||
     * 独立方法避免验证码关闭之后仍然走限流
 | 
			
		||||
     */
 | 
			
		||||
    @RateLimiter(time = 60, count = 10, limitType = LimitType.IP)
 | 
			
		||||
    public CaptchaVo getCodeImpl() {
 | 
			
		||||
        // 保存验证码信息
 | 
			
		||||
        String uuid = IdUtil.simpleUUID();
 | 
			
		||||
        String verifyKey = GlobalConstants.CAPTCHA_CODE_KEY + uuid;
 | 
			
		||||
@@ -145,10 +128,9 @@ public class CaptchaController {
 | 
			
		||||
            code = exp.getValue(String.class);
 | 
			
		||||
        }
 | 
			
		||||
        RedisUtils.setCacheObject(verifyKey, code, Duration.ofMinutes(Constants.CAPTCHA_EXPIRATION));
 | 
			
		||||
        CaptchaVo captchaVo = new CaptchaVo();
 | 
			
		||||
        captchaVo.setUuid(uuid);
 | 
			
		||||
        captchaVo.setImg(captcha.getImageBase64());
 | 
			
		||||
        return captchaVo;
 | 
			
		||||
        return R.ok(captchaVo);
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
@@ -1,9 +1,9 @@
 | 
			
		||||
package org.dromara.web.controller;
 | 
			
		||||
 | 
			
		||||
import cn.dev33.satoken.annotation.SaIgnore;
 | 
			
		||||
import lombok.RequiredArgsConstructor;
 | 
			
		||||
import org.dromara.common.core.utils.SpringUtils;
 | 
			
		||||
import org.dromara.common.core.config.RuoYiConfig;
 | 
			
		||||
import org.dromara.common.core.utils.StringUtils;
 | 
			
		||||
import lombok.RequiredArgsConstructor;
 | 
			
		||||
import org.springframework.web.bind.annotation.GetMapping;
 | 
			
		||||
import org.springframework.web.bind.annotation.RestController;
 | 
			
		||||
 | 
			
		||||
@@ -17,12 +17,16 @@ import org.springframework.web.bind.annotation.RestController;
 | 
			
		||||
@RestController
 | 
			
		||||
public class IndexController {
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 系统基础配置
 | 
			
		||||
     */
 | 
			
		||||
    private final RuoYiConfig ruoyiConfig;
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 访问首页,提示语
 | 
			
		||||
     */
 | 
			
		||||
    @GetMapping("/")
 | 
			
		||||
    public String index() {
 | 
			
		||||
        return StringUtils.format("欢迎使用{}后台管理框架,请通过前端地址访问。", SpringUtils.getApplicationName());
 | 
			
		||||
        return StringUtils.format("欢迎使用{}后台管理框架,当前版本:v{},请通过前端地址访问。", ruoyiConfig.getName(), ruoyiConfig.getVersion());
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
@@ -3,8 +3,6 @@ package org.dromara.web.listener;
 | 
			
		||||
import cn.dev33.satoken.config.SaTokenConfig;
 | 
			
		||||
import cn.dev33.satoken.listener.SaTokenListener;
 | 
			
		||||
import cn.dev33.satoken.stp.SaLoginModel;
 | 
			
		||||
import cn.dev33.satoken.stp.StpUtil;
 | 
			
		||||
import cn.hutool.core.convert.Convert;
 | 
			
		||||
import cn.hutool.http.useragent.UserAgent;
 | 
			
		||||
import cn.hutool.http.useragent.UserAgentUtil;
 | 
			
		||||
import lombok.RequiredArgsConstructor;
 | 
			
		||||
@@ -83,10 +81,7 @@ public class UserActionListener implements SaTokenListener {
 | 
			
		||||
     */
 | 
			
		||||
    @Override
 | 
			
		||||
    public void doLogout(String loginType, Object loginId, String tokenValue) {
 | 
			
		||||
        String tenantId = Convert.toStr(StpUtil.getExtra(tokenValue, LoginHelper.TENANT_KEY));
 | 
			
		||||
        TenantHelper.dynamic(tenantId, () -> {
 | 
			
		||||
            RedisUtils.deleteObject(CacheConstants.ONLINE_TOKEN_KEY + tokenValue);
 | 
			
		||||
        });
 | 
			
		||||
        RedisUtils.deleteObject(CacheConstants.ONLINE_TOKEN_KEY + tokenValue);
 | 
			
		||||
        log.info("user doLogout, userId:{}, token:{}", loginId, tokenValue);
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
@@ -95,10 +90,7 @@ public class UserActionListener implements SaTokenListener {
 | 
			
		||||
     */
 | 
			
		||||
    @Override
 | 
			
		||||
    public void doKickout(String loginType, Object loginId, String tokenValue) {
 | 
			
		||||
        String tenantId = Convert.toStr(StpUtil.getExtra(tokenValue, LoginHelper.TENANT_KEY));
 | 
			
		||||
        TenantHelper.dynamic(tenantId, () -> {
 | 
			
		||||
            RedisUtils.deleteObject(CacheConstants.ONLINE_TOKEN_KEY + tokenValue);
 | 
			
		||||
        });
 | 
			
		||||
        RedisUtils.deleteObject(CacheConstants.ONLINE_TOKEN_KEY + tokenValue);
 | 
			
		||||
        log.info("user doKickout, userId:{}, token:{}", loginId, tokenValue);
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
@@ -107,10 +99,7 @@ public class UserActionListener implements SaTokenListener {
 | 
			
		||||
     */
 | 
			
		||||
    @Override
 | 
			
		||||
    public void doReplaced(String loginType, Object loginId, String tokenValue) {
 | 
			
		||||
        String tenantId = Convert.toStr(StpUtil.getExtra(tokenValue, LoginHelper.TENANT_KEY));
 | 
			
		||||
        TenantHelper.dynamic(tenantId, () -> {
 | 
			
		||||
            RedisUtils.deleteObject(CacheConstants.ONLINE_TOKEN_KEY + tokenValue);
 | 
			
		||||
        });
 | 
			
		||||
        RedisUtils.deleteObject(CacheConstants.ONLINE_TOKEN_KEY + tokenValue);
 | 
			
		||||
        log.info("user doReplaced, userId:{}, token:{}", loginId, tokenValue);
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -4,20 +4,18 @@ import cn.dev33.satoken.exception.NotLoginException;
 | 
			
		||||
import cn.dev33.satoken.stp.StpUtil;
 | 
			
		||||
import cn.hutool.core.bean.BeanUtil;
 | 
			
		||||
import cn.hutool.core.collection.CollUtil;
 | 
			
		||||
import cn.hutool.core.lang.Opt;
 | 
			
		||||
import cn.hutool.core.util.ObjectUtil;
 | 
			
		||||
import com.baomidou.lock.annotation.Lock4j;
 | 
			
		||||
import lombok.RequiredArgsConstructor;
 | 
			
		||||
import lombok.extern.slf4j.Slf4j;
 | 
			
		||||
import me.zhyd.oauth.model.AuthUser;
 | 
			
		||||
import org.dromara.common.core.constant.CacheConstants;
 | 
			
		||||
import org.dromara.common.core.constant.Constants;
 | 
			
		||||
import org.dromara.common.core.constant.SystemConstants;
 | 
			
		||||
import org.dromara.common.core.constant.GlobalConstants;
 | 
			
		||||
import org.dromara.common.core.constant.TenantConstants;
 | 
			
		||||
import org.dromara.common.core.domain.dto.PostDTO;
 | 
			
		||||
import org.dromara.common.core.domain.dto.RoleDTO;
 | 
			
		||||
import org.dromara.common.core.domain.model.LoginUser;
 | 
			
		||||
import org.dromara.common.core.enums.LoginType;
 | 
			
		||||
import org.dromara.common.core.enums.TenantStatus;
 | 
			
		||||
import org.dromara.common.core.exception.ServiceException;
 | 
			
		||||
import org.dromara.common.core.exception.user.UserException;
 | 
			
		||||
import org.dromara.common.core.utils.*;
 | 
			
		||||
@@ -61,7 +59,6 @@ public class SysLoginService {
 | 
			
		||||
    private final ISysSocialService sysSocialService;
 | 
			
		||||
    private final ISysRoleService roleService;
 | 
			
		||||
    private final ISysDeptService deptService;
 | 
			
		||||
    private final ISysPostService postService;
 | 
			
		||||
    private final SysUserMapper userMapper;
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@@ -150,24 +147,24 @@ public class SysLoginService {
 | 
			
		||||
     */
 | 
			
		||||
    public LoginUser buildLoginUser(SysUserVo user) {
 | 
			
		||||
        LoginUser loginUser = new LoginUser();
 | 
			
		||||
        Long userId = user.getUserId();
 | 
			
		||||
        loginUser.setTenantId(user.getTenantId());
 | 
			
		||||
        loginUser.setUserId(userId);
 | 
			
		||||
        loginUser.setUserId(user.getUserId());
 | 
			
		||||
        loginUser.setDeptId(user.getDeptId());
 | 
			
		||||
        loginUser.setUsername(user.getUserName());
 | 
			
		||||
        loginUser.setNickname(user.getNickName());
 | 
			
		||||
        loginUser.setUserType(user.getUserType());
 | 
			
		||||
        loginUser.setMenuPermission(permissionService.getMenuPermission(userId));
 | 
			
		||||
        loginUser.setRolePermission(permissionService.getRolePermission(userId));
 | 
			
		||||
        if (ObjectUtil.isNotNull(user.getDeptId())) {
 | 
			
		||||
            Opt<SysDeptVo> deptOpt = Opt.of(user.getDeptId()).map(deptService::selectDeptById);
 | 
			
		||||
            loginUser.setDeptName(deptOpt.map(SysDeptVo::getDeptName).orElse(StringUtils.EMPTY));
 | 
			
		||||
            loginUser.setDeptCategory(deptOpt.map(SysDeptVo::getDeptCategory).orElse(StringUtils.EMPTY));
 | 
			
		||||
        }
 | 
			
		||||
        List<SysRoleVo> roles = roleService.selectRolesByUserId(userId);
 | 
			
		||||
        List<SysPostVo> posts = postService.selectPostsByUserId(userId);
 | 
			
		||||
        loginUser.setRoles(BeanUtil.copyToList(roles, RoleDTO.class));
 | 
			
		||||
        loginUser.setPosts(BeanUtil.copyToList(posts, PostDTO.class));
 | 
			
		||||
        loginUser.setMenuPermission(permissionService.getMenuPermission(user.getUserId()));
 | 
			
		||||
        loginUser.setRolePermission(permissionService.getRolePermission(user.getUserId()));
 | 
			
		||||
        TenantHelper.dynamic(user.getTenantId(), () -> {
 | 
			
		||||
            SysDeptVo dept = null;
 | 
			
		||||
            if (ObjectUtil.isNotNull(user.getDeptId())) {
 | 
			
		||||
                dept = deptService.selectDeptById(user.getDeptId());
 | 
			
		||||
            }
 | 
			
		||||
            loginUser.setDeptName(ObjectUtil.isNull(dept) ? "" : dept.getDeptName());
 | 
			
		||||
            loginUser.setDeptCategory(ObjectUtil.isNull(dept) ? "" : dept.getDeptCategory());
 | 
			
		||||
            List<SysRoleVo> roles = roleService.selectRolesByUserId(user.getUserId());
 | 
			
		||||
            loginUser.setRoles(BeanUtil.copyToList(roles, RoleDTO.class));
 | 
			
		||||
        });
 | 
			
		||||
        return loginUser;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
@@ -189,7 +186,7 @@ public class SysLoginService {
 | 
			
		||||
     * 登录校验
 | 
			
		||||
     */
 | 
			
		||||
    public void checkLogin(LoginType loginType, String tenantId, String username, Supplier<Boolean> supplier) {
 | 
			
		||||
        String errorKey = CacheConstants.PWD_ERR_CNT_KEY + username;
 | 
			
		||||
        String errorKey = GlobalConstants.PWD_ERR_CNT_KEY + username;
 | 
			
		||||
        String loginFail = Constants.LOGIN_FAIL;
 | 
			
		||||
 | 
			
		||||
        // 获取用户登录错误次数,默认为0 (可自定义限制策略 例如: key + username + ip)
 | 
			
		||||
@@ -228,17 +225,17 @@ public class SysLoginService {
 | 
			
		||||
        if (!TenantHelper.isEnable()) {
 | 
			
		||||
            return;
 | 
			
		||||
        }
 | 
			
		||||
        if (StringUtils.isBlank(tenantId)) {
 | 
			
		||||
            throw new TenantException("tenant.number.not.blank");
 | 
			
		||||
        }
 | 
			
		||||
        if (TenantConstants.DEFAULT_TENANT_ID.equals(tenantId)) {
 | 
			
		||||
            return;
 | 
			
		||||
        }
 | 
			
		||||
        if (StringUtils.isBlank(tenantId)) {
 | 
			
		||||
            throw new TenantException("tenant.number.not.blank");
 | 
			
		||||
        }
 | 
			
		||||
        SysTenantVo tenant = tenantService.queryByTenantId(tenantId);
 | 
			
		||||
        if (ObjectUtil.isNull(tenant)) {
 | 
			
		||||
            log.info("登录租户:{} 不存在.", tenantId);
 | 
			
		||||
            throw new TenantException("tenant.not.exists");
 | 
			
		||||
        } else if (SystemConstants.DISABLE.equals(tenant.getStatus())) {
 | 
			
		||||
        } else if (TenantStatus.DISABLE.getCode().equals(tenant.getStatus())) {
 | 
			
		||||
            log.info("登录租户:{} 已被停用.", tenantId);
 | 
			
		||||
            throw new TenantException("tenant.blocked");
 | 
			
		||||
        } else if (ObjectUtil.isNotNull(tenant.getExpireTime())
 | 
			
		||||
 
 | 
			
		||||
@@ -84,11 +84,11 @@ public class SysRegisterService {
 | 
			
		||||
        String captcha = RedisUtils.getCacheObject(verifyKey);
 | 
			
		||||
        RedisUtils.deleteObject(verifyKey);
 | 
			
		||||
        if (captcha == null) {
 | 
			
		||||
            recordLogininfor(tenantId, username, Constants.LOGIN_FAIL, MessageUtils.message("user.jcaptcha.expire"));
 | 
			
		||||
            recordLogininfor(tenantId, username, Constants.REGISTER, MessageUtils.message("user.jcaptcha.expire"));
 | 
			
		||||
            throw new CaptchaExpireException();
 | 
			
		||||
        }
 | 
			
		||||
        if (!code.equalsIgnoreCase(captcha)) {
 | 
			
		||||
            recordLogininfor(tenantId, username, Constants.LOGIN_FAIL, MessageUtils.message("user.jcaptcha.error"));
 | 
			
		||||
            recordLogininfor(tenantId, username, Constants.REGISTER, MessageUtils.message("user.jcaptcha.error"));
 | 
			
		||||
            throw new CaptchaException();
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
 
 | 
			
		||||
@@ -8,10 +8,10 @@ import lombok.RequiredArgsConstructor;
 | 
			
		||||
import lombok.extern.slf4j.Slf4j;
 | 
			
		||||
import org.dromara.common.core.constant.Constants;
 | 
			
		||||
import org.dromara.common.core.constant.GlobalConstants;
 | 
			
		||||
import org.dromara.common.core.constant.SystemConstants;
 | 
			
		||||
import org.dromara.common.core.domain.model.EmailLoginBody;
 | 
			
		||||
import org.dromara.common.core.domain.model.LoginUser;
 | 
			
		||||
import org.dromara.common.core.enums.LoginType;
 | 
			
		||||
import org.dromara.common.core.enums.UserStatus;
 | 
			
		||||
import org.dromara.common.core.exception.user.CaptchaExpireException;
 | 
			
		||||
import org.dromara.common.core.exception.user.UserException;
 | 
			
		||||
import org.dromara.common.core.utils.MessageUtils;
 | 
			
		||||
@@ -21,6 +21,7 @@ import org.dromara.common.json.utils.JsonUtils;
 | 
			
		||||
import org.dromara.common.redis.utils.RedisUtils;
 | 
			
		||||
import org.dromara.common.satoken.utils.LoginHelper;
 | 
			
		||||
import org.dromara.common.tenant.helper.TenantHelper;
 | 
			
		||||
import org.dromara.system.domain.SysClient;
 | 
			
		||||
import org.dromara.system.domain.SysUser;
 | 
			
		||||
import org.dromara.system.domain.vo.SysClientVo;
 | 
			
		||||
import org.dromara.system.domain.vo.SysUserVo;
 | 
			
		||||
@@ -50,12 +51,13 @@ public class EmailAuthStrategy implements IAuthStrategy {
 | 
			
		||||
        String tenantId = loginBody.getTenantId();
 | 
			
		||||
        String email = loginBody.getEmail();
 | 
			
		||||
        String emailCode = loginBody.getEmailCode();
 | 
			
		||||
        LoginUser loginUser = TenantHelper.dynamic(tenantId, () -> {
 | 
			
		||||
            SysUserVo user = loadUserByEmail(email);
 | 
			
		||||
            loginService.checkLogin(LoginType.EMAIL, tenantId, user.getUserName(), () -> !validateEmailCode(tenantId, email, emailCode));
 | 
			
		||||
            // 此处可根据登录用户的数据不同 自行创建 loginUser 属性不够用继承扩展就行了
 | 
			
		||||
            return loginService.buildLoginUser(user);
 | 
			
		||||
        });
 | 
			
		||||
 | 
			
		||||
        // 通过邮箱查找用户
 | 
			
		||||
        SysUserVo user = loadUserByEmail(tenantId, email);
 | 
			
		||||
 | 
			
		||||
        loginService.checkLogin(LoginType.EMAIL, tenantId, user.getUserName(), () -> !validateEmailCode(tenantId, email, emailCode));
 | 
			
		||||
        // 此处可根据登录用户的数据不同 自行创建 loginUser 属性不够用继承扩展就行了
 | 
			
		||||
        LoginUser loginUser = loginService.buildLoginUser(user);
 | 
			
		||||
        loginUser.setClientKey(client.getClientKey());
 | 
			
		||||
        loginUser.setDeviceType(client.getDeviceType());
 | 
			
		||||
        SaLoginModel model = new SaLoginModel();
 | 
			
		||||
@@ -87,16 +89,18 @@ public class EmailAuthStrategy implements IAuthStrategy {
 | 
			
		||||
        return code.equals(emailCode);
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    private SysUserVo loadUserByEmail(String email) {
 | 
			
		||||
        SysUserVo user = userMapper.selectVoOne(new LambdaQueryWrapper<SysUser>().eq(SysUser::getEmail, email));
 | 
			
		||||
        if (ObjectUtil.isNull(user)) {
 | 
			
		||||
            log.info("登录用户:{} 不存在.", email);
 | 
			
		||||
            throw new UserException("user.not.exists", email);
 | 
			
		||||
        } else if (SystemConstants.DISABLE.equals(user.getStatus())) {
 | 
			
		||||
            log.info("登录用户:{} 已被停用.", email);
 | 
			
		||||
            throw new UserException("user.blocked", email);
 | 
			
		||||
        }
 | 
			
		||||
        return user;
 | 
			
		||||
    private SysUserVo loadUserByEmail(String tenantId, String email) {
 | 
			
		||||
        return TenantHelper.dynamic(tenantId, () -> {
 | 
			
		||||
            SysUserVo user = userMapper.selectVoOne(new LambdaQueryWrapper<SysUser>().eq(SysUser::getEmail, email));
 | 
			
		||||
            if (ObjectUtil.isNull(user)) {
 | 
			
		||||
                log.info("登录用户:{} 不存在.", email);
 | 
			
		||||
                throw new UserException("user.not.exists", email);
 | 
			
		||||
            } else if (UserStatus.DISABLE.getCode().equals(user.getStatus())) {
 | 
			
		||||
                log.info("登录用户:{} 已被停用.", email);
 | 
			
		||||
                throw new UserException("user.blocked", email);
 | 
			
		||||
            }
 | 
			
		||||
            return user;
 | 
			
		||||
        });
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
@@ -9,10 +9,10 @@ import lombok.RequiredArgsConstructor;
 | 
			
		||||
import lombok.extern.slf4j.Slf4j;
 | 
			
		||||
import org.dromara.common.core.constant.Constants;
 | 
			
		||||
import org.dromara.common.core.constant.GlobalConstants;
 | 
			
		||||
import org.dromara.common.core.constant.SystemConstants;
 | 
			
		||||
import org.dromara.common.core.domain.model.LoginUser;
 | 
			
		||||
import org.dromara.common.core.domain.model.PasswordLoginBody;
 | 
			
		||||
import org.dromara.common.core.enums.LoginType;
 | 
			
		||||
import org.dromara.common.core.enums.UserStatus;
 | 
			
		||||
import org.dromara.common.core.exception.user.CaptchaException;
 | 
			
		||||
import org.dromara.common.core.exception.user.CaptchaExpireException;
 | 
			
		||||
import org.dromara.common.core.exception.user.UserException;
 | 
			
		||||
@@ -24,6 +24,7 @@ import org.dromara.common.redis.utils.RedisUtils;
 | 
			
		||||
import org.dromara.common.satoken.utils.LoginHelper;
 | 
			
		||||
import org.dromara.common.tenant.helper.TenantHelper;
 | 
			
		||||
import org.dromara.common.web.config.properties.CaptchaProperties;
 | 
			
		||||
import org.dromara.system.domain.SysClient;
 | 
			
		||||
import org.dromara.system.domain.SysUser;
 | 
			
		||||
import org.dromara.system.domain.vo.SysClientVo;
 | 
			
		||||
import org.dromara.system.domain.vo.SysUserVo;
 | 
			
		||||
@@ -62,12 +63,11 @@ public class PasswordAuthStrategy implements IAuthStrategy {
 | 
			
		||||
        if (captchaEnabled) {
 | 
			
		||||
            validateCaptcha(tenantId, username, code, uuid);
 | 
			
		||||
        }
 | 
			
		||||
        LoginUser loginUser = TenantHelper.dynamic(tenantId, () -> {
 | 
			
		||||
            SysUserVo user = loadUserByUsername(username);
 | 
			
		||||
            loginService.checkLogin(LoginType.PASSWORD, tenantId, username, () -> !BCrypt.checkpw(password, user.getPassword()));
 | 
			
		||||
            // 此处可根据登录用户的数据不同 自行创建 loginUser
 | 
			
		||||
            return loginService.buildLoginUser(user);
 | 
			
		||||
        });
 | 
			
		||||
 | 
			
		||||
        SysUserVo user = loadUserByUsername(tenantId, username);
 | 
			
		||||
        loginService.checkLogin(LoginType.PASSWORD, tenantId, username, () -> !BCrypt.checkpw(password, user.getPassword()));
 | 
			
		||||
        // 此处可根据登录用户的数据不同 自行创建 loginUser
 | 
			
		||||
        LoginUser loginUser = loginService.buildLoginUser(user);
 | 
			
		||||
        loginUser.setClientKey(client.getClientKey());
 | 
			
		||||
        loginUser.setDeviceType(client.getDeviceType());
 | 
			
		||||
        SaLoginModel model = new SaLoginModel();
 | 
			
		||||
@@ -95,7 +95,7 @@ public class PasswordAuthStrategy implements IAuthStrategy {
 | 
			
		||||
     * @param uuid     唯一标识
 | 
			
		||||
     */
 | 
			
		||||
    private void validateCaptcha(String tenantId, String username, String code, String uuid) {
 | 
			
		||||
        String verifyKey = GlobalConstants.CAPTCHA_CODE_KEY + StringUtils.blankToDefault(uuid, "");
 | 
			
		||||
        String verifyKey = GlobalConstants.CAPTCHA_CODE_KEY + StringUtils.defaultString(uuid, "");
 | 
			
		||||
        String captcha = RedisUtils.getCacheObject(verifyKey);
 | 
			
		||||
        RedisUtils.deleteObject(verifyKey);
 | 
			
		||||
        if (captcha == null) {
 | 
			
		||||
@@ -108,16 +108,18 @@ public class PasswordAuthStrategy implements IAuthStrategy {
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    private SysUserVo loadUserByUsername(String username) {
 | 
			
		||||
        SysUserVo user = userMapper.selectVoOne(new LambdaQueryWrapper<SysUser>().eq(SysUser::getUserName, username));
 | 
			
		||||
        if (ObjectUtil.isNull(user)) {
 | 
			
		||||
            log.info("登录用户:{} 不存在.", username);
 | 
			
		||||
            throw new UserException("user.not.exists", username);
 | 
			
		||||
        } else if (SystemConstants.DISABLE.equals(user.getStatus())) {
 | 
			
		||||
            log.info("登录用户:{} 已被停用.", username);
 | 
			
		||||
            throw new UserException("user.blocked", username);
 | 
			
		||||
        }
 | 
			
		||||
        return user;
 | 
			
		||||
    private SysUserVo loadUserByUsername(String tenantId, String username) {
 | 
			
		||||
        return TenantHelper.dynamic(tenantId, () -> {
 | 
			
		||||
            SysUserVo user = userMapper.selectVoOne(new LambdaQueryWrapper<SysUser>().eq(SysUser::getUserName, username));
 | 
			
		||||
            if (ObjectUtil.isNull(user)) {
 | 
			
		||||
                log.info("登录用户:{} 不存在.", username);
 | 
			
		||||
                throw new UserException("user.not.exists", username);
 | 
			
		||||
            } else if (UserStatus.DISABLE.getCode().equals(user.getStatus())) {
 | 
			
		||||
                log.info("登录用户:{} 已被停用.", username);
 | 
			
		||||
                throw new UserException("user.blocked", username);
 | 
			
		||||
            }
 | 
			
		||||
            return user;
 | 
			
		||||
        });
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
@@ -8,10 +8,10 @@ import lombok.RequiredArgsConstructor;
 | 
			
		||||
import lombok.extern.slf4j.Slf4j;
 | 
			
		||||
import org.dromara.common.core.constant.Constants;
 | 
			
		||||
import org.dromara.common.core.constant.GlobalConstants;
 | 
			
		||||
import org.dromara.common.core.constant.SystemConstants;
 | 
			
		||||
import org.dromara.common.core.domain.model.LoginUser;
 | 
			
		||||
import org.dromara.common.core.domain.model.SmsLoginBody;
 | 
			
		||||
import org.dromara.common.core.enums.LoginType;
 | 
			
		||||
import org.dromara.common.core.enums.UserStatus;
 | 
			
		||||
import org.dromara.common.core.exception.user.CaptchaExpireException;
 | 
			
		||||
import org.dromara.common.core.exception.user.UserException;
 | 
			
		||||
import org.dromara.common.core.utils.MessageUtils;
 | 
			
		||||
@@ -21,6 +21,7 @@ import org.dromara.common.json.utils.JsonUtils;
 | 
			
		||||
import org.dromara.common.redis.utils.RedisUtils;
 | 
			
		||||
import org.dromara.common.satoken.utils.LoginHelper;
 | 
			
		||||
import org.dromara.common.tenant.helper.TenantHelper;
 | 
			
		||||
import org.dromara.system.domain.SysClient;
 | 
			
		||||
import org.dromara.system.domain.SysUser;
 | 
			
		||||
import org.dromara.system.domain.vo.SysClientVo;
 | 
			
		||||
import org.dromara.system.domain.vo.SysUserVo;
 | 
			
		||||
@@ -50,12 +51,13 @@ public class SmsAuthStrategy implements IAuthStrategy {
 | 
			
		||||
        String tenantId = loginBody.getTenantId();
 | 
			
		||||
        String phonenumber = loginBody.getPhonenumber();
 | 
			
		||||
        String smsCode = loginBody.getSmsCode();
 | 
			
		||||
        LoginUser loginUser = TenantHelper.dynamic(tenantId, () -> {
 | 
			
		||||
            SysUserVo user = loadUserByPhonenumber(phonenumber);
 | 
			
		||||
            loginService.checkLogin(LoginType.SMS, tenantId, user.getUserName(), () -> !validateSmsCode(tenantId, phonenumber, smsCode));
 | 
			
		||||
            // 此处可根据登录用户的数据不同 自行创建 loginUser 属性不够用继承扩展就行了
 | 
			
		||||
            return loginService.buildLoginUser(user);
 | 
			
		||||
        });
 | 
			
		||||
 | 
			
		||||
        // 通过手机号查找用户
 | 
			
		||||
        SysUserVo user = loadUserByPhonenumber(tenantId, phonenumber);
 | 
			
		||||
 | 
			
		||||
        loginService.checkLogin(LoginType.SMS, tenantId, user.getUserName(), () -> !validateSmsCode(tenantId, phonenumber, smsCode));
 | 
			
		||||
        // 此处可根据登录用户的数据不同 自行创建 loginUser 属性不够用继承扩展就行了
 | 
			
		||||
        LoginUser loginUser = loginService.buildLoginUser(user);
 | 
			
		||||
        loginUser.setClientKey(client.getClientKey());
 | 
			
		||||
        loginUser.setDeviceType(client.getDeviceType());
 | 
			
		||||
        SaLoginModel model = new SaLoginModel();
 | 
			
		||||
@@ -87,16 +89,18 @@ public class SmsAuthStrategy implements IAuthStrategy {
 | 
			
		||||
        return code.equals(smsCode);
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    private SysUserVo loadUserByPhonenumber(String phonenumber) {
 | 
			
		||||
        SysUserVo user = userMapper.selectVoOne(new LambdaQueryWrapper<SysUser>().eq(SysUser::getPhonenumber, phonenumber));
 | 
			
		||||
        if (ObjectUtil.isNull(user)) {
 | 
			
		||||
            log.info("登录用户:{} 不存在.", phonenumber);
 | 
			
		||||
            throw new UserException("user.not.exists", phonenumber);
 | 
			
		||||
        } else if (SystemConstants.DISABLE.equals(user.getStatus())) {
 | 
			
		||||
            log.info("登录用户:{} 已被停用.", phonenumber);
 | 
			
		||||
            throw new UserException("user.blocked", phonenumber);
 | 
			
		||||
        }
 | 
			
		||||
        return user;
 | 
			
		||||
    private SysUserVo loadUserByPhonenumber(String tenantId, String phonenumber) {
 | 
			
		||||
        return TenantHelper.dynamic(tenantId, () -> {
 | 
			
		||||
            SysUserVo user = userMapper.selectVoOne(new LambdaQueryWrapper<SysUser>().eq(SysUser::getPhonenumber, phonenumber));
 | 
			
		||||
            if (ObjectUtil.isNull(user)) {
 | 
			
		||||
                log.info("登录用户:{} 不存在.", phonenumber);
 | 
			
		||||
                throw new UserException("user.not.exists", phonenumber);
 | 
			
		||||
            } else if (UserStatus.DISABLE.getCode().equals(user.getStatus())) {
 | 
			
		||||
                log.info("登录用户:{} 已被停用.", phonenumber);
 | 
			
		||||
                throw new UserException("user.blocked", phonenumber);
 | 
			
		||||
            }
 | 
			
		||||
            return user;
 | 
			
		||||
        });
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
@@ -11,12 +11,11 @@ import lombok.RequiredArgsConstructor;
 | 
			
		||||
import lombok.extern.slf4j.Slf4j;
 | 
			
		||||
import me.zhyd.oauth.model.AuthResponse;
 | 
			
		||||
import me.zhyd.oauth.model.AuthUser;
 | 
			
		||||
import org.dromara.common.core.constant.SystemConstants;
 | 
			
		||||
import org.dromara.common.core.domain.model.LoginUser;
 | 
			
		||||
import org.dromara.common.core.domain.model.SocialLoginBody;
 | 
			
		||||
import org.dromara.common.core.enums.UserStatus;
 | 
			
		||||
import org.dromara.common.core.exception.ServiceException;
 | 
			
		||||
import org.dromara.common.core.exception.user.UserException;
 | 
			
		||||
import org.dromara.common.core.utils.StreamUtils;
 | 
			
		||||
import org.dromara.common.core.utils.ValidatorUtils;
 | 
			
		||||
import org.dromara.common.json.utils.JsonUtils;
 | 
			
		||||
import org.dromara.common.satoken.utils.LoginHelper;
 | 
			
		||||
@@ -84,7 +83,7 @@ public class SocialAuthStrategy implements IAuthStrategy {
 | 
			
		||||
        }
 | 
			
		||||
        SysSocialVo social;
 | 
			
		||||
        if (TenantHelper.isEnable()) {
 | 
			
		||||
            Optional<SysSocialVo> opt = StreamUtils.findAny(list, x -> x.getTenantId().equals(loginBody.getTenantId()));
 | 
			
		||||
            Optional<SysSocialVo> opt = list.stream().filter(x -> x.getTenantId().equals(loginBody.getTenantId())).findAny();
 | 
			
		||||
            if (opt.isEmpty()) {
 | 
			
		||||
                throw new ServiceException("对不起,你没有权限登录当前租户!");
 | 
			
		||||
            }
 | 
			
		||||
@@ -92,11 +91,11 @@ public class SocialAuthStrategy implements IAuthStrategy {
 | 
			
		||||
        } else {
 | 
			
		||||
            social = list.get(0);
 | 
			
		||||
        }
 | 
			
		||||
        LoginUser loginUser = TenantHelper.dynamic(social.getTenantId(), () -> {
 | 
			
		||||
            SysUserVo user = loadUser(social.getUserId());
 | 
			
		||||
            // 此处可根据登录用户的数据不同 自行创建 loginUser 属性不够用继承扩展就行了
 | 
			
		||||
            return loginService.buildLoginUser(user);
 | 
			
		||||
        });
 | 
			
		||||
        // 查找用户
 | 
			
		||||
        SysUserVo user = loadUser(social.getTenantId(), social.getUserId());
 | 
			
		||||
 | 
			
		||||
        // 此处可根据登录用户的数据不同 自行创建 loginUser 属性不够用继承扩展就行了
 | 
			
		||||
        LoginUser loginUser = loginService.buildLoginUser(user);
 | 
			
		||||
        loginUser.setClientKey(client.getClientKey());
 | 
			
		||||
        loginUser.setDeviceType(client.getDeviceType());
 | 
			
		||||
        SaLoginModel model = new SaLoginModel();
 | 
			
		||||
@@ -116,16 +115,18 @@ public class SocialAuthStrategy implements IAuthStrategy {
 | 
			
		||||
        return loginVo;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    private SysUserVo loadUser(Long userId) {
 | 
			
		||||
        SysUserVo user = userMapper.selectVoById(userId);
 | 
			
		||||
        if (ObjectUtil.isNull(user)) {
 | 
			
		||||
            log.info("登录用户:{} 不存在.", "");
 | 
			
		||||
            throw new UserException("user.not.exists", "");
 | 
			
		||||
        } else if (SystemConstants.DISABLE.equals(user.getStatus())) {
 | 
			
		||||
            log.info("登录用户:{} 已被停用.", "");
 | 
			
		||||
            throw new UserException("user.blocked", "");
 | 
			
		||||
        }
 | 
			
		||||
        return user;
 | 
			
		||||
    private SysUserVo loadUser(String tenantId, Long userId) {
 | 
			
		||||
        return TenantHelper.dynamic(tenantId, () -> {
 | 
			
		||||
            SysUserVo user = userMapper.selectVoById(userId);
 | 
			
		||||
            if (ObjectUtil.isNull(user)) {
 | 
			
		||||
                log.info("登录用户:{} 不存在.", "");
 | 
			
		||||
                throw new UserException("user.not.exists", "");
 | 
			
		||||
            } else if (UserStatus.DISABLE.getCode().equals(user.getStatus())) {
 | 
			
		||||
                log.info("登录用户:{} 已被停用.", "");
 | 
			
		||||
                throw new UserException("user.blocked", "");
 | 
			
		||||
            }
 | 
			
		||||
            return user;
 | 
			
		||||
        });
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
@@ -5,20 +5,13 @@ import cn.dev33.satoken.stp.StpUtil;
 | 
			
		||||
import cn.hutool.core.util.ObjectUtil;
 | 
			
		||||
import lombok.RequiredArgsConstructor;
 | 
			
		||||
import lombok.extern.slf4j.Slf4j;
 | 
			
		||||
import me.zhyd.oauth.config.AuthConfig;
 | 
			
		||||
import me.zhyd.oauth.model.AuthCallback;
 | 
			
		||||
import me.zhyd.oauth.model.AuthResponse;
 | 
			
		||||
import me.zhyd.oauth.model.AuthToken;
 | 
			
		||||
import me.zhyd.oauth.model.AuthUser;
 | 
			
		||||
import me.zhyd.oauth.request.AuthRequest;
 | 
			
		||||
import me.zhyd.oauth.request.AuthWechatMiniProgramRequest;
 | 
			
		||||
import org.dromara.common.core.constant.SystemConstants;
 | 
			
		||||
import org.dromara.common.core.domain.model.XcxLoginBody;
 | 
			
		||||
import org.dromara.common.core.domain.model.XcxLoginUser;
 | 
			
		||||
import org.dromara.common.core.exception.ServiceException;
 | 
			
		||||
import org.dromara.common.core.enums.UserStatus;
 | 
			
		||||
import org.dromara.common.core.utils.ValidatorUtils;
 | 
			
		||||
import org.dromara.common.json.utils.JsonUtils;
 | 
			
		||||
import org.dromara.common.satoken.utils.LoginHelper;
 | 
			
		||||
import org.dromara.system.domain.SysClient;
 | 
			
		||||
import org.dromara.system.domain.vo.SysClientVo;
 | 
			
		||||
import org.dromara.system.domain.vo.SysUserVo;
 | 
			
		||||
import org.dromara.web.domain.vo.LoginVo;
 | 
			
		||||
@@ -47,24 +40,12 @@ public class XcxAuthStrategy implements IAuthStrategy {
 | 
			
		||||
        // 多个小程序识别使用
 | 
			
		||||
        String appid = loginBody.getAppid();
 | 
			
		||||
 | 
			
		||||
        // todo 以下自行实现
 | 
			
		||||
        // 校验 appid + appsrcret + xcxCode 调用登录凭证校验接口 获取 session_key 与 openid
 | 
			
		||||
        AuthRequest authRequest = new AuthWechatMiniProgramRequest(AuthConfig.builder()
 | 
			
		||||
            .clientId(appid).clientSecret("自行填写密钥 可根据不同appid填入不同密钥")
 | 
			
		||||
            .ignoreCheckRedirectUri(true).ignoreCheckState(true).build());
 | 
			
		||||
        AuthCallback authCallback = new AuthCallback();
 | 
			
		||||
        authCallback.setCode(xcxCode);
 | 
			
		||||
        AuthResponse<AuthUser> resp = authRequest.login(authCallback);
 | 
			
		||||
        String openid, unionId;
 | 
			
		||||
        if (resp.ok()) {
 | 
			
		||||
            AuthToken token = resp.getData().getToken();
 | 
			
		||||
            openid = token.getOpenId();
 | 
			
		||||
            // 微信小程序只有关联到微信开放平台下之后才能获取到 unionId,因此unionId不一定能返回。
 | 
			
		||||
            unionId = token.getUnionId();
 | 
			
		||||
        } else {
 | 
			
		||||
            throw new ServiceException(resp.getMsg());
 | 
			
		||||
        }
 | 
			
		||||
        String openid = "";
 | 
			
		||||
        // 框架登录不限制从什么表查询 只要最终构建出 LoginUser 即可
 | 
			
		||||
        SysUserVo user = loadUserByOpenid(openid);
 | 
			
		||||
 | 
			
		||||
        // 此处可根据登录用户的数据不同 自行创建 loginUser 属性不够用继承扩展就行了
 | 
			
		||||
        XcxLoginUser loginUser = new XcxLoginUser();
 | 
			
		||||
        loginUser.setTenantId(user.getTenantId());
 | 
			
		||||
@@ -101,7 +82,7 @@ public class XcxAuthStrategy implements IAuthStrategy {
 | 
			
		||||
        if (ObjectUtil.isNull(user)) {
 | 
			
		||||
            log.info("登录用户:{} 不存在.", openid);
 | 
			
		||||
            // todo 用户不存在 业务逻辑自行实现
 | 
			
		||||
        } else if (SystemConstants.DISABLE.equals(user.getStatus())) {
 | 
			
		||||
        } else if (UserStatus.DISABLE.getCode().equals(user.getStatus())) {
 | 
			
		||||
            log.info("登录用户:{} 已被停用.", openid);
 | 
			
		||||
            // todo 用户已被停用 业务逻辑自行实现
 | 
			
		||||
        }
 | 
			
		||||
 
 | 
			
		||||
@@ -5,30 +5,23 @@ spring.boot.admin.client:
 | 
			
		||||
  url: http://localhost:9090/admin
 | 
			
		||||
  instance:
 | 
			
		||||
    service-host-type: IP
 | 
			
		||||
    metadata:
 | 
			
		||||
      username: ${spring.boot.admin.client.username}
 | 
			
		||||
      userpassword: ${spring.boot.admin.client.password}
 | 
			
		||||
  username: @monitor.username@
 | 
			
		||||
  password: @monitor.password@
 | 
			
		||||
  username: ruoyi
 | 
			
		||||
  password: 123456
 | 
			
		||||
 | 
			
		||||
--- # snail-job 配置
 | 
			
		||||
snail-job:
 | 
			
		||||
  enabled: true
 | 
			
		||||
  # 需要在 SnailJob 后台组管理创建对应名称的组,然后创建任务的时候选择对应的组,才能正确分派任务
 | 
			
		||||
  group: "ruoyi_group"
 | 
			
		||||
  # SnailJob 接入验证令牌 详见 script/sql/ry_job.sql `sj_group_config` 表
 | 
			
		||||
  # SnailJob 接入验证令牌 详见 script/sql/snail_job.sql `sj_group_config` 表
 | 
			
		||||
  token: "SJ_cKqBTPzCsWA3VyuCfFoccmuIEGXjr5KT"
 | 
			
		||||
  server:
 | 
			
		||||
    host: 127.0.0.1
 | 
			
		||||
    port: 17888
 | 
			
		||||
  # 命名空间UUID 详见 script/sql/ry_job.sql `sj_namespace`表`unique_id`字段
 | 
			
		||||
    port: 1788
 | 
			
		||||
  # 详见 script/sql/snail_job.sql `sj_namespace` 表
 | 
			
		||||
  namespace: ${spring.profiles.active}
 | 
			
		||||
  # 随主应用端口漂移
 | 
			
		||||
  # 随主应用端口飘逸
 | 
			
		||||
  port: 2${server.port}
 | 
			
		||||
  # 客户端ip指定
 | 
			
		||||
  host:
 | 
			
		||||
  # RPC类型: netty, grpc
 | 
			
		||||
  rpc-type: grpc
 | 
			
		||||
 | 
			
		||||
--- # 数据源配置
 | 
			
		||||
spring:
 | 
			
		||||
@@ -52,14 +45,14 @@ spring:
 | 
			
		||||
          url: jdbc:mysql://localhost:3306/ry-vue?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&autoReconnect=true&rewriteBatchedStatements=true&allowPublicKeyRetrieval=true&nullCatalogMeansCurrent=true
 | 
			
		||||
          username: root
 | 
			
		||||
          password: root
 | 
			
		||||
#        # 从库数据源
 | 
			
		||||
#        slave:
 | 
			
		||||
#          lazy: true
 | 
			
		||||
#          type: ${spring.datasource.type}
 | 
			
		||||
#          driverClassName: com.mysql.cj.jdbc.Driver
 | 
			
		||||
#          url: jdbc:mysql://localhost:3306/ry-vue?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&autoReconnect=true&rewriteBatchedStatements=true&allowPublicKeyRetrieval=true&nullCatalogMeansCurrent=true
 | 
			
		||||
#          username:
 | 
			
		||||
#          password:
 | 
			
		||||
        # 从库数据源
 | 
			
		||||
        slave:
 | 
			
		||||
          lazy: true
 | 
			
		||||
          type: ${spring.datasource.type}
 | 
			
		||||
          driverClassName: com.mysql.cj.jdbc.Driver
 | 
			
		||||
          url: jdbc:mysql://localhost:3306/ry-vue?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&autoReconnect=true&rewriteBatchedStatements=true&allowPublicKeyRetrieval=true&nullCatalogMeansCurrent=true
 | 
			
		||||
          username:
 | 
			
		||||
          password:
 | 
			
		||||
#        oracle:
 | 
			
		||||
#          type: ${spring.datasource.type}
 | 
			
		||||
#          driverClassName: oracle.jdbc.OracleDriver
 | 
			
		||||
@@ -103,8 +96,8 @@ spring.data:
 | 
			
		||||
    port: 6379
 | 
			
		||||
    # 数据库索引
 | 
			
		||||
    database: 0
 | 
			
		||||
    # redis 密码必须配置
 | 
			
		||||
    password: ruoyi123
 | 
			
		||||
    # 密码(如没有密码请注释掉)
 | 
			
		||||
    # password:
 | 
			
		||||
    # 连接超时时间
 | 
			
		||||
    timeout: 10s
 | 
			
		||||
    # 是否开启ssl
 | 
			
		||||
@@ -120,8 +113,8 @@ redisson:
 | 
			
		||||
  nettyThreads: 8
 | 
			
		||||
  # 单节点配置
 | 
			
		||||
  singleServerConfig:
 | 
			
		||||
    # 客户端名称 不能用中文
 | 
			
		||||
    clientName: RuoYi-Vue-Plus
 | 
			
		||||
    # 客户端名称
 | 
			
		||||
    clientName: ${ruoyi.name}
 | 
			
		||||
    # 最小空闲连接数
 | 
			
		||||
    connectionMinimumIdleSize: 8
 | 
			
		||||
    # 连接池大小
 | 
			
		||||
@@ -202,7 +195,7 @@ justauth:
 | 
			
		||||
      redirect-uri: ${justauth.address}/social-callback?source=maxkey
 | 
			
		||||
    topiam:
 | 
			
		||||
      # topiam 服务器地址
 | 
			
		||||
      server-url: http://127.0.0.1:1898/api/v1/authorize/y0q************spq***********8ol
 | 
			
		||||
      server-url: http://127.0.0.1:1989/api/v1/authorize/y0q************spq***********8ol
 | 
			
		||||
      client-id: 449c4*********937************759
 | 
			
		||||
      client-secret: ac7***********1e0************28d
 | 
			
		||||
      redirect-uri: ${justauth.address}/social-callback?source=topiam
 | 
			
		||||
 
 | 
			
		||||
@@ -8,30 +8,23 @@ spring.boot.admin.client:
 | 
			
		||||
  url: http://localhost:9090/admin
 | 
			
		||||
  instance:
 | 
			
		||||
    service-host-type: IP
 | 
			
		||||
    metadata:
 | 
			
		||||
      username: ${spring.boot.admin.client.username}
 | 
			
		||||
      userpassword: ${spring.boot.admin.client.password}
 | 
			
		||||
  username: @monitor.username@
 | 
			
		||||
  password: @monitor.password@
 | 
			
		||||
  username: ruoyi
 | 
			
		||||
  password: 123456
 | 
			
		||||
 | 
			
		||||
--- # snail-job 配置
 | 
			
		||||
snail-job:
 | 
			
		||||
  enabled: true
 | 
			
		||||
  enabled: false
 | 
			
		||||
  # 需要在 SnailJob 后台组管理创建对应名称的组,然后创建任务的时候选择对应的组,才能正确分派任务
 | 
			
		||||
  group: "ruoyi_group"
 | 
			
		||||
  # SnailJob 接入验证令牌 详见 script/sql/ry_job.sql `sj_group_config`表
 | 
			
		||||
  # SnailJob 接入验证令牌 详见 script/sql/snail_job.sql `sj_group_config` 表
 | 
			
		||||
  token: "SJ_cKqBTPzCsWA3VyuCfFoccmuIEGXjr5KT"
 | 
			
		||||
  server:
 | 
			
		||||
    host: 127.0.0.1
 | 
			
		||||
    port: 17888
 | 
			
		||||
  # 命名空间UUID 详见 script/sql/ry_job.sql `sj_namespace`表`unique_id`字段
 | 
			
		||||
    port: 1788
 | 
			
		||||
  # 详见 script/sql/snail_job.sql `sj_namespace` 表
 | 
			
		||||
  namespace: ${spring.profiles.active}
 | 
			
		||||
  # 随主应用端口漂移
 | 
			
		||||
  # 随主应用端口飘逸
 | 
			
		||||
  port: 2${server.port}
 | 
			
		||||
  # 客户端ip指定
 | 
			
		||||
  host:
 | 
			
		||||
  # RPC类型: netty, grpc
 | 
			
		||||
  rpc-type: grpc
 | 
			
		||||
 | 
			
		||||
--- # 数据源配置
 | 
			
		||||
spring:
 | 
			
		||||
@@ -55,14 +48,14 @@ spring:
 | 
			
		||||
          url: jdbc:mysql://localhost:3306/ry-vue?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&autoReconnect=true&rewriteBatchedStatements=true&allowPublicKeyRetrieval=true&nullCatalogMeansCurrent=true
 | 
			
		||||
          username: root
 | 
			
		||||
          password: root
 | 
			
		||||
#        # 从库数据源
 | 
			
		||||
#        slave:
 | 
			
		||||
#          lazy: true
 | 
			
		||||
#          type: ${spring.datasource.type}
 | 
			
		||||
#          driverClassName: com.mysql.cj.jdbc.Driver
 | 
			
		||||
#          url: jdbc:mysql://localhost:3306/ry-vue?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&autoReconnect=true&rewriteBatchedStatements=true&allowPublicKeyRetrieval=true&nullCatalogMeansCurrent=true
 | 
			
		||||
#          username:
 | 
			
		||||
#          password:
 | 
			
		||||
        # 从库数据源
 | 
			
		||||
        slave:
 | 
			
		||||
          lazy: true
 | 
			
		||||
          type: ${spring.datasource.type}
 | 
			
		||||
          driverClassName: com.mysql.cj.jdbc.Driver
 | 
			
		||||
          url: jdbc:mysql://localhost:3306/ry-vue?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&autoReconnect=true&rewriteBatchedStatements=true&allowPublicKeyRetrieval=true&nullCatalogMeansCurrent=true
 | 
			
		||||
          username:
 | 
			
		||||
          password:
 | 
			
		||||
#        oracle:
 | 
			
		||||
#          type: ${spring.datasource.type}
 | 
			
		||||
#          driverClassName: oracle.jdbc.OracleDriver
 | 
			
		||||
@@ -106,8 +99,8 @@ spring.data:
 | 
			
		||||
    port: 6379
 | 
			
		||||
    # 数据库索引
 | 
			
		||||
    database: 0
 | 
			
		||||
    # redis 密码必须配置
 | 
			
		||||
    password: ruoyi123
 | 
			
		||||
    # 密码(如没有密码请注释掉)
 | 
			
		||||
    # password:
 | 
			
		||||
    # 连接超时时间
 | 
			
		||||
    timeout: 10s
 | 
			
		||||
    # 是否开启ssl
 | 
			
		||||
@@ -123,8 +116,8 @@ redisson:
 | 
			
		||||
  nettyThreads: 32
 | 
			
		||||
  # 单节点配置
 | 
			
		||||
  singleServerConfig:
 | 
			
		||||
    # 客户端名称 不能用中文
 | 
			
		||||
    clientName: RuoYi-Vue-Plus
 | 
			
		||||
    # 客户端名称
 | 
			
		||||
    clientName: ${ruoyi.name}
 | 
			
		||||
    # 最小空闲连接数
 | 
			
		||||
    connectionMinimumIdleSize: 32
 | 
			
		||||
    # 连接池大小
 | 
			
		||||
 
 | 
			
		||||
@@ -1,3 +1,24 @@
 | 
			
		||||
# 项目相关配置
 | 
			
		||||
ruoyi:
 | 
			
		||||
  # 名称
 | 
			
		||||
  name: RuoYi-Vue-Plus
 | 
			
		||||
  # 版本
 | 
			
		||||
  version: ${revision}
 | 
			
		||||
  # 版权年份
 | 
			
		||||
  copyrightYear: 2024
 | 
			
		||||
 | 
			
		||||
captcha:
 | 
			
		||||
  enable: true
 | 
			
		||||
  # 页面 <参数设置> 可开启关闭 验证码校验
 | 
			
		||||
  # 验证码类型 math 数组计算 char 字符验证
 | 
			
		||||
  type: MATH
 | 
			
		||||
  # line 线段干扰 circle 圆圈干扰 shear 扭曲干扰
 | 
			
		||||
  category: CIRCLE
 | 
			
		||||
  # 数字验证码位数
 | 
			
		||||
  numberLength: 1
 | 
			
		||||
  # 字符验证码长度
 | 
			
		||||
  charLength: 4
 | 
			
		||||
 | 
			
		||||
# 开发环境配置
 | 
			
		||||
server:
 | 
			
		||||
  # 服务器的HTTP端口,默认为8080
 | 
			
		||||
@@ -20,25 +41,12 @@ server:
 | 
			
		||||
      # 阻塞任务线程池, 当执行类似servlet请求阻塞操作, undertow会从这个线程池中取得线程,它的值设置取决于系统的负载
 | 
			
		||||
      worker: 256
 | 
			
		||||
 | 
			
		||||
captcha:
 | 
			
		||||
  enable: true
 | 
			
		||||
  # 页面 <参数设置> 可开启关闭 验证码校验
 | 
			
		||||
  # 验证码类型 math 数组计算 char 字符验证
 | 
			
		||||
  type: MATH
 | 
			
		||||
  # line 线段干扰 circle 圆圈干扰 shear 扭曲干扰
 | 
			
		||||
  category: CIRCLE
 | 
			
		||||
  # 数字验证码位数
 | 
			
		||||
  numberLength: 1
 | 
			
		||||
  # 字符验证码长度
 | 
			
		||||
  charLength: 4
 | 
			
		||||
 | 
			
		||||
# 日志配置
 | 
			
		||||
logging:
 | 
			
		||||
  level:
 | 
			
		||||
    org.dromara: @logging.level@
 | 
			
		||||
    org.springframework: warn
 | 
			
		||||
    org.mybatis.spring.mapper: error
 | 
			
		||||
    org.apache.fury: warn
 | 
			
		||||
  config: classpath:logback-plus.xml
 | 
			
		||||
 | 
			
		||||
# 用户配置
 | 
			
		||||
@@ -52,7 +60,7 @@ user:
 | 
			
		||||
# Spring配置
 | 
			
		||||
spring:
 | 
			
		||||
  application:
 | 
			
		||||
    name: RuoYi-Vue-Plus
 | 
			
		||||
    name: ${ruoyi.name}
 | 
			
		||||
  threads:
 | 
			
		||||
    # 开启虚拟线程 仅jdk21可用
 | 
			
		||||
    virtual:
 | 
			
		||||
@@ -102,15 +110,20 @@ sa-token:
 | 
			
		||||
security:
 | 
			
		||||
  # 排除路径
 | 
			
		||||
  excludes:
 | 
			
		||||
    # 静态资源
 | 
			
		||||
    - /*.html
 | 
			
		||||
    - /**/*.html
 | 
			
		||||
    - /**/*.css
 | 
			
		||||
    - /**/*.js
 | 
			
		||||
    # 公共路径
 | 
			
		||||
    - /favicon.ico
 | 
			
		||||
    - /error
 | 
			
		||||
    # swagger 文档配置
 | 
			
		||||
    - /*/api-docs
 | 
			
		||||
    - /*/api-docs/**
 | 
			
		||||
    - /warm-flow-ui/token-name
 | 
			
		||||
    # actuator 监控配置
 | 
			
		||||
    - /actuator
 | 
			
		||||
    - /actuator/**
 | 
			
		||||
 | 
			
		||||
# 多租户配置
 | 
			
		||||
tenant:
 | 
			
		||||
@@ -131,8 +144,6 @@ tenant:
 | 
			
		||||
# MyBatisPlus配置
 | 
			
		||||
# https://baomidou.com/config/
 | 
			
		||||
mybatis-plus:
 | 
			
		||||
  # 自定义配置 是否全局开启逻辑删除 关闭后 所有逻辑删除功能将失效
 | 
			
		||||
  enableLogicDelete: true
 | 
			
		||||
  # 多包名使用 例如 org.dromara.**.mapper,org.xxx.**.mapper
 | 
			
		||||
  mapperPackage: org.dromara.**.mapper
 | 
			
		||||
  # 对应的 XML 文件位置
 | 
			
		||||
@@ -182,7 +193,7 @@ springdoc:
 | 
			
		||||
#    persistAuthorization: true
 | 
			
		||||
  info:
 | 
			
		||||
    # 标题
 | 
			
		||||
    title: '标题:RuoYi-Vue-Plus多租户管理系统_接口文档'
 | 
			
		||||
    title: '标题:${ruoyi.name}多租户管理系统_接口文档'
 | 
			
		||||
    # 描述
 | 
			
		||||
    description: '描述:用于管理集团旗下公司的人员信息,具体包括XXX,XXX模块...'
 | 
			
		||||
    # 版本
 | 
			
		||||
@@ -209,16 +220,15 @@ springdoc:
 | 
			
		||||
      packages-to-scan: org.dromara.system
 | 
			
		||||
    - group: 4.代码生成模块
 | 
			
		||||
      packages-to-scan: org.dromara.generator
 | 
			
		||||
    - group: 5.工作流模块
 | 
			
		||||
      packages-to-scan: org.dromara.workflow
 | 
			
		||||
 | 
			
		||||
# 防止XSS攻击
 | 
			
		||||
xss:
 | 
			
		||||
  # 过滤开关
 | 
			
		||||
  enabled: true
 | 
			
		||||
  # 排除链接(多个用逗号分隔)
 | 
			
		||||
  excludeUrls:
 | 
			
		||||
    - /system/notice
 | 
			
		||||
  excludes: /system/notice
 | 
			
		||||
  # 匹配链接
 | 
			
		||||
  urlPatterns: /system/*,/monitor/*,/tool/*
 | 
			
		||||
 | 
			
		||||
# 全局线程池相关配置
 | 
			
		||||
# 如使用JDK21请直接使用虚拟线程 不要开启此配置
 | 
			
		||||
@@ -249,33 +259,29 @@ management:
 | 
			
		||||
    logfile:
 | 
			
		||||
      external-file: ./logs/sys-console.log
 | 
			
		||||
 | 
			
		||||
--- # 默认/推荐使用sse推送
 | 
			
		||||
sse:
 | 
			
		||||
  enabled: true
 | 
			
		||||
  path: /resource/sse
 | 
			
		||||
 | 
			
		||||
--- # websocket
 | 
			
		||||
websocket:
 | 
			
		||||
  # 如果关闭 需要和前端开关一起关闭
 | 
			
		||||
  enabled: false
 | 
			
		||||
  enabled: true
 | 
			
		||||
  # 路径
 | 
			
		||||
  path: /resource/websocket
 | 
			
		||||
  # 设置访问源地址
 | 
			
		||||
  allowedOrigins: '*'
 | 
			
		||||
 | 
			
		||||
--- # warm-flow工作流配置
 | 
			
		||||
warm-flow:
 | 
			
		||||
  # 是否开启工作流,默认true
 | 
			
		||||
  enabled: true
 | 
			
		||||
  # 是否开启设计器ui
 | 
			
		||||
  ui: true
 | 
			
		||||
  # 默认Authorization,如果有多个token,用逗号分隔
 | 
			
		||||
  token-name: ${sa-token.token-name},clientid
 | 
			
		||||
  # 流程状态对应的三元色
 | 
			
		||||
  chart-status-color:
 | 
			
		||||
    ## 未办理
 | 
			
		||||
    - 62,62,62
 | 
			
		||||
    ## 待办理
 | 
			
		||||
    - 255,205,23
 | 
			
		||||
    ## 已办理
 | 
			
		||||
    - 157,255,0
 | 
			
		||||
--- #flowable配置
 | 
			
		||||
flowable:
 | 
			
		||||
  async-executor-activate: false #关闭定时任务JOB
 | 
			
		||||
  #  将databaseSchemaUpdate设置为true。当Flowable发现库与数据库表结构不一致时,会自动将数据库表结构升级至新版本。
 | 
			
		||||
  database-schema-update: true
 | 
			
		||||
  activity-font-name: 宋体
 | 
			
		||||
  label-font-name: 宋体
 | 
			
		||||
  annotation-font-name: 宋体
 | 
			
		||||
  # 关闭各个模块生成表,目前只使用工作流基础表
 | 
			
		||||
  idm:
 | 
			
		||||
    enabled: false
 | 
			
		||||
  cmmn:
 | 
			
		||||
    enabled: false
 | 
			
		||||
  dmn:
 | 
			
		||||
    enabled: false
 | 
			
		||||
  app:
 | 
			
		||||
    enabled: false
 | 
			
		||||
 
 | 
			
		||||
@@ -2,7 +2,7 @@
 | 
			
		||||
<configuration>
 | 
			
		||||
    <property name="log.path" value="./logs"/>
 | 
			
		||||
    <property name="console.log.pattern"
 | 
			
		||||
              value="%cyan(%d{yyyy-MM-dd HH:mm:ss}) %green([%thread]) %highlight(%-5level) %boldMagenta(%logger{36}%n) - %msg%n"/>
 | 
			
		||||
              value="%red(%d{yyyy-MM-dd HH:mm:ss}) %green([%thread]) %highlight(%-5level) %boldMagenta(%logger{36}%n) - %msg%n"/>
 | 
			
		||||
    <property name="log.pattern" value="%d{yyyy-MM-dd HH:mm:ss} [%thread] %-5level %logger{36} - %msg%n"/>
 | 
			
		||||
 | 
			
		||||
    <!-- 控制台输出 -->
 | 
			
		||||
 
 | 
			
		||||
@@ -1,6 +1,6 @@
 | 
			
		||||
package org.dromara.test;
 | 
			
		||||
 | 
			
		||||
import org.dromara.common.web.config.properties.CaptchaProperties;
 | 
			
		||||
import org.dromara.common.core.config.RuoYiConfig;
 | 
			
		||||
import org.junit.jupiter.api.*;
 | 
			
		||||
import org.springframework.beans.factory.annotation.Autowired;
 | 
			
		||||
import org.springframework.boot.test.context.SpringBootTest;
 | 
			
		||||
@@ -17,19 +17,19 @@ import java.util.concurrent.TimeUnit;
 | 
			
		||||
public class DemoUnitTest {
 | 
			
		||||
 | 
			
		||||
    @Autowired
 | 
			
		||||
    private CaptchaProperties captchaProperties;
 | 
			
		||||
    private RuoYiConfig ruoYiConfig;
 | 
			
		||||
 | 
			
		||||
    @DisplayName("测试 @SpringBootTest @Test @DisplayName 注解")
 | 
			
		||||
    @Test
 | 
			
		||||
    public void testTest() {
 | 
			
		||||
        System.out.println(captchaProperties);
 | 
			
		||||
        System.out.println(ruoYiConfig);
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    @Disabled
 | 
			
		||||
    @DisplayName("测试 @Disabled 注解")
 | 
			
		||||
    @Test
 | 
			
		||||
    public void testDisabled() {
 | 
			
		||||
        System.out.println(captchaProperties);
 | 
			
		||||
        System.out.println(ruoYiConfig);
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    @Timeout(value = 2L, unit = TimeUnit.SECONDS)
 | 
			
		||||
@@ -37,7 +37,7 @@ public class DemoUnitTest {
 | 
			
		||||
    @Test
 | 
			
		||||
    public void testTimeout() throws InterruptedException {
 | 
			
		||||
        Thread.sleep(3000);
 | 
			
		||||
        System.out.println(captchaProperties);
 | 
			
		||||
        System.out.println(ruoYiConfig);
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -1 +0,0 @@
 | 
			
		||||
3f2ee348-0303-40ca-bf03-03f48d2d2141
 | 
			
		||||
										
											Binary file not shown.
										
									
								
							@@ -1,4 +0,0 @@
 | 
			
		||||
3
 | 
			
		||||
SIMSUN.TTC -misc-simsun-medium-r-normal--0-0-0-0-p-0-iso10646-1
 | 
			
		||||
SIMSUN.TTC -misc-simsun-medium-r-normal--0-0-0-0-p-0-iso8859-1
 | 
			
		||||
SIMSUN.TTC -misc-simsun-medium-r-normal--0-0-0-0-p-0-koi8-r
 | 
			
		||||
@@ -1,4 +0,0 @@
 | 
			
		||||
3
 | 
			
		||||
SIMSUN.TTC -misc-simsun-medium-r-normal--0-0-0-0-p-0-iso10646-1
 | 
			
		||||
SIMSUN.TTC -misc-simsun-medium-r-normal--0-0-0-0-p-0-iso8859-1
 | 
			
		||||
SIMSUN.TTC -misc-simsun-medium-r-normal--0-0-0-0-p-0-koi8-r
 | 
			
		||||
@@ -33,7 +33,6 @@
 | 
			
		||||
        <module>ruoyi-common-encrypt</module>
 | 
			
		||||
        <module>ruoyi-common-tenant</module>
 | 
			
		||||
        <module>ruoyi-common-websocket</module>
 | 
			
		||||
        <module>ruoyi-common-sse</module>
 | 
			
		||||
    </modules>
 | 
			
		||||
 | 
			
		||||
    <artifactId>ruoyi-common</artifactId>
 | 
			
		||||
 
 | 
			
		||||
@@ -14,7 +14,7 @@
 | 
			
		||||
    </description>
 | 
			
		||||
 | 
			
		||||
    <properties>
 | 
			
		||||
        <revision>5.3.1</revision>
 | 
			
		||||
        <revision>5.2.0</revision>
 | 
			
		||||
    </properties>
 | 
			
		||||
 | 
			
		||||
    <dependencyManagement>
 | 
			
		||||
@@ -172,13 +172,6 @@
 | 
			
		||||
                <version>${revision}</version>
 | 
			
		||||
            </dependency>
 | 
			
		||||
 | 
			
		||||
            <!-- SSE模块 -->
 | 
			
		||||
            <dependency>
 | 
			
		||||
                <groupId>org.dromara</groupId>
 | 
			
		||||
                <artifactId>ruoyi-common-sse</artifactId>
 | 
			
		||||
                <version>${revision}</version>
 | 
			
		||||
            </dependency>
 | 
			
		||||
 | 
			
		||||
        </dependencies>
 | 
			
		||||
    </dependencyManagement>
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -94,6 +94,11 @@
 | 
			
		||||
            <artifactId>ip2region</artifactId>
 | 
			
		||||
        </dependency>
 | 
			
		||||
 | 
			
		||||
        <dependency>
 | 
			
		||||
            <groupId>com.alibaba</groupId>
 | 
			
		||||
            <artifactId>transmittable-thread-local</artifactId>
 | 
			
		||||
        </dependency>
 | 
			
		||||
 | 
			
		||||
    </dependencies>
 | 
			
		||||
 | 
			
		||||
</project>
 | 
			
		||||
 
 | 
			
		||||
@@ -0,0 +1,33 @@
 | 
			
		||||
package org.dromara.common.core.config;
 | 
			
		||||
 | 
			
		||||
import lombok.Data;
 | 
			
		||||
import org.springframework.boot.context.properties.ConfigurationProperties;
 | 
			
		||||
import org.springframework.stereotype.Component;
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * 读取项目相关配置
 | 
			
		||||
 *
 | 
			
		||||
 * @author Lion Li
 | 
			
		||||
 */
 | 
			
		||||
 | 
			
		||||
@Data
 | 
			
		||||
@Component
 | 
			
		||||
@ConfigurationProperties(prefix = "ruoyi")
 | 
			
		||||
public class RuoYiConfig {
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 项目名称
 | 
			
		||||
     */
 | 
			
		||||
    private String name;
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 版本
 | 
			
		||||
     */
 | 
			
		||||
    private String version;
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 版权年份
 | 
			
		||||
     */
 | 
			
		||||
    private String copyrightYear;
 | 
			
		||||
 | 
			
		||||
}
 | 
			
		||||
@@ -4,13 +4,11 @@ import jakarta.annotation.PreDestroy;
 | 
			
		||||
import lombok.extern.slf4j.Slf4j;
 | 
			
		||||
import org.apache.commons.lang3.concurrent.BasicThreadFactory;
 | 
			
		||||
import org.dromara.common.core.config.properties.ThreadPoolProperties;
 | 
			
		||||
import org.dromara.common.core.utils.SpringUtils;
 | 
			
		||||
import org.dromara.common.core.utils.Threads;
 | 
			
		||||
import org.springframework.boot.autoconfigure.AutoConfiguration;
 | 
			
		||||
import org.springframework.boot.autoconfigure.condition.ConditionalOnProperty;
 | 
			
		||||
import org.springframework.boot.context.properties.EnableConfigurationProperties;
 | 
			
		||||
import org.springframework.context.annotation.Bean;
 | 
			
		||||
import org.springframework.core.task.VirtualThreadTaskExecutor;
 | 
			
		||||
import org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor;
 | 
			
		||||
 | 
			
		||||
import java.util.concurrent.ScheduledExecutorService;
 | 
			
		||||
@@ -51,15 +49,8 @@ public class ThreadPoolConfig {
 | 
			
		||||
     */
 | 
			
		||||
    @Bean(name = "scheduledExecutorService")
 | 
			
		||||
    protected ScheduledExecutorService scheduledExecutorService() {
 | 
			
		||||
        // daemon 必须为 true
 | 
			
		||||
        BasicThreadFactory.Builder builder = new BasicThreadFactory.Builder().daemon(true);
 | 
			
		||||
        if (SpringUtils.isVirtual()) {
 | 
			
		||||
            builder.namingPattern("virtual-schedule-pool-%d").wrappedFactory(new VirtualThreadTaskExecutor().getVirtualThreadFactory());
 | 
			
		||||
        } else {
 | 
			
		||||
            builder.namingPattern("schedule-pool-%d");
 | 
			
		||||
        }
 | 
			
		||||
        ScheduledThreadPoolExecutor scheduledThreadPoolExecutor = new ScheduledThreadPoolExecutor(core,
 | 
			
		||||
            builder.build(),
 | 
			
		||||
            new BasicThreadFactory.Builder().namingPattern("schedule-pool-%d").daemon(true).build(),
 | 
			
		||||
            new ThreadPoolExecutor.CallerRunsPolicy()) {
 | 
			
		||||
            @Override
 | 
			
		||||
            protected void afterExecute(Runnable r, Throwable t) {
 | 
			
		||||
 
 | 
			
		||||
@@ -3,7 +3,6 @@ package org.dromara.common.core.config;
 | 
			
		||||
import jakarta.validation.Validator;
 | 
			
		||||
import org.hibernate.validator.HibernateValidator;
 | 
			
		||||
import org.springframework.boot.autoconfigure.AutoConfiguration;
 | 
			
		||||
import org.springframework.boot.autoconfigure.validation.ValidationAutoConfiguration;
 | 
			
		||||
import org.springframework.context.MessageSource;
 | 
			
		||||
import org.springframework.context.annotation.Bean;
 | 
			
		||||
import org.springframework.validation.beanvalidation.LocalValidatorFactoryBean;
 | 
			
		||||
@@ -15,11 +14,11 @@ import java.util.Properties;
 | 
			
		||||
 *
 | 
			
		||||
 * @author Lion Li
 | 
			
		||||
 */
 | 
			
		||||
@AutoConfiguration(before = ValidationAutoConfiguration.class)
 | 
			
		||||
@AutoConfiguration
 | 
			
		||||
public class ValidatorConfig {
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 配置校验框架 快速失败模式
 | 
			
		||||
     * 配置校验框架 快速返回模式
 | 
			
		||||
     */
 | 
			
		||||
    @Bean
 | 
			
		||||
    public Validator validator(MessageSource messageSource) {
 | 
			
		||||
@@ -29,7 +28,7 @@ public class ValidatorConfig {
 | 
			
		||||
            // 设置使用 HibernateValidator 校验器
 | 
			
		||||
            factoryBean.setProviderClass(HibernateValidator.class);
 | 
			
		||||
            Properties properties = new Properties();
 | 
			
		||||
            // 设置快速失败模式(fail-fast),即校验过程中一旦遇到失败,立即停止并返回错误
 | 
			
		||||
            // 设置 快速异常返回
 | 
			
		||||
            properties.setProperty("hibernate.validator.fail_fast", "true");
 | 
			
		||||
            factoryBean.setValidationProperties(properties);
 | 
			
		||||
            // 加载配置
 | 
			
		||||
 
 | 
			
		||||
@@ -22,9 +22,4 @@ public interface CacheConstants {
 | 
			
		||||
     */
 | 
			
		||||
    String SYS_DICT_KEY = "sys_dict:";
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 登录账户密码错误次数 redis key
 | 
			
		||||
     */
 | 
			
		||||
    String PWD_ERR_CNT_KEY = "pwd_err_cnt:";
 | 
			
		||||
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
@@ -30,11 +30,6 @@ public interface CacheNames {
 | 
			
		||||
     */
 | 
			
		||||
    String SYS_DICT = "sys_dict";
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 数据字典类型
 | 
			
		||||
     */
 | 
			
		||||
    String SYS_DICT_TYPE = "sys_dict_type";
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 租户
 | 
			
		||||
     */
 | 
			
		||||
@@ -65,16 +60,6 @@ public interface CacheNames {
 | 
			
		||||
     */
 | 
			
		||||
    String SYS_OSS = "sys_oss#30d";
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 角色自定义权限
 | 
			
		||||
     */
 | 
			
		||||
    String SYS_ROLE_CUSTOM = "sys_role_custom#30d";
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 部门及以下权限
 | 
			
		||||
     */
 | 
			
		||||
    String SYS_DEPT_AND_CHILD = "sys_dept_and_child#30d";
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * OSS配置
 | 
			
		||||
     */
 | 
			
		||||
 
 | 
			
		||||
@@ -68,7 +68,12 @@ public interface Constants {
 | 
			
		||||
    Integer CAPTCHA_EXPIRATION = 2;
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 顶级父级id
 | 
			
		||||
     * 令牌
 | 
			
		||||
     */
 | 
			
		||||
    String TOKEN = "token";
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 顶级部门id
 | 
			
		||||
     */
 | 
			
		||||
    Long TOP_PARENT_ID = 0L;
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -27,6 +27,11 @@ public interface GlobalConstants {
 | 
			
		||||
     */
 | 
			
		||||
    String RATE_LIMIT_KEY = GLOBAL_REDIS_KEY + "rate_limit:";
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 登录账户密码错误次数 redis key
 | 
			
		||||
     */
 | 
			
		||||
    String PWD_ERR_CNT_KEY = GLOBAL_REDIS_KEY + "pwd_err_cnt:";
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 三方认证 redis key
 | 
			
		||||
     */
 | 
			
		||||
 
 | 
			
		||||
@@ -17,14 +17,9 @@ public interface RegexConstants extends RegexPool {
 | 
			
		||||
    String DICTIONARY_TYPE = "^[a-z][a-z0-9_]*$";
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 权限标识必须符合以下格式:
 | 
			
		||||
     * 1. 标准格式:xxx:yyy:zzz
 | 
			
		||||
     * - 第一部分(xxx):只能包含字母、数字和下划线(_),不能使用 `*`
 | 
			
		||||
     * - 第二部分(yyy):可以包含字母、数字、下划线(_)和 `*`
 | 
			
		||||
     * - 第三部分(zzz):可以包含字母、数字、下划线(_)和 `*`
 | 
			
		||||
     * 2. 允许空字符串(""),表示没有权限标识
 | 
			
		||||
     * 权限标识必须符合 tool:build:list 格式,或者空字符串
 | 
			
		||||
     */
 | 
			
		||||
    String PERMISSION_STRING = "^$|^[a-zA-Z0-9_]+:[a-zA-Z0-9_*]+:[a-zA-Z0-9_*]+$";
 | 
			
		||||
    String PERMISSION_STRING = "^(|^[a-zA-Z0-9_]+:[a-zA-Z0-9_]+:[a-zA-Z0-9_]+)$";
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 身份证号码(后6位)
 | 
			
		||||
 
 | 
			
		||||
@@ -1,80 +0,0 @@
 | 
			
		||||
package org.dromara.common.core.constant;
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * 系统常量信息
 | 
			
		||||
 *
 | 
			
		||||
 * @author Lion Li
 | 
			
		||||
 */
 | 
			
		||||
public interface SystemConstants {
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 正常状态
 | 
			
		||||
     */
 | 
			
		||||
    String NORMAL = "0";
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 异常状态
 | 
			
		||||
     */
 | 
			
		||||
    String DISABLE = "1";
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 是否为系统默认(是)
 | 
			
		||||
     */
 | 
			
		||||
    String YES = "Y";
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 是否为系统默认(否)
 | 
			
		||||
     */
 | 
			
		||||
    String NO = "N";
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 是否菜单外链(是)
 | 
			
		||||
     */
 | 
			
		||||
    String YES_FRAME = "0";
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 是否菜单外链(否)
 | 
			
		||||
     */
 | 
			
		||||
    String NO_FRAME = "1";
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 菜单类型(目录)
 | 
			
		||||
     */
 | 
			
		||||
    String TYPE_DIR = "M";
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 菜单类型(菜单)
 | 
			
		||||
     */
 | 
			
		||||
    String TYPE_MENU = "C";
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 菜单类型(按钮)
 | 
			
		||||
     */
 | 
			
		||||
    String TYPE_BUTTON = "F";
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * Layout组件标识
 | 
			
		||||
     */
 | 
			
		||||
    String LAYOUT = "Layout";
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * ParentView组件标识
 | 
			
		||||
     */
 | 
			
		||||
    String PARENT_VIEW = "ParentView";
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * InnerLink组件标识
 | 
			
		||||
     */
 | 
			
		||||
    String INNER_LINK = "InnerLink";
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 超级管理员ID
 | 
			
		||||
     */
 | 
			
		||||
    Long SUPER_ADMIN_ID = 1L;
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 根部门祖级列表
 | 
			
		||||
     */
 | 
			
		||||
    String ROOT_DEPT_ANCESTORS = "0";
 | 
			
		||||
 | 
			
		||||
}
 | 
			
		||||
@@ -7,6 +7,16 @@ package org.dromara.common.core.constant;
 | 
			
		||||
 */
 | 
			
		||||
public interface TenantConstants {
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 租户正常状态
 | 
			
		||||
     */
 | 
			
		||||
    String NORMAL = "0";
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 租户封禁状态
 | 
			
		||||
     */
 | 
			
		||||
    String DISABLE = "1";
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 超级管理员ID
 | 
			
		||||
     */
 | 
			
		||||
 
 | 
			
		||||
@@ -0,0 +1,142 @@
 | 
			
		||||
package org.dromara.common.core.constant;
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * 用户常量信息
 | 
			
		||||
 *
 | 
			
		||||
 * @author ruoyi
 | 
			
		||||
 */
 | 
			
		||||
public interface UserConstants {
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 平台内系统用户的唯一标志
 | 
			
		||||
     */
 | 
			
		||||
    String SYS_USER = "SYS_USER";
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 正常状态
 | 
			
		||||
     */
 | 
			
		||||
    String NORMAL = "0";
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 异常状态
 | 
			
		||||
     */
 | 
			
		||||
    String EXCEPTION = "1";
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 用户正常状态
 | 
			
		||||
     */
 | 
			
		||||
    String USER_NORMAL = "0";
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 用户封禁状态
 | 
			
		||||
     */
 | 
			
		||||
    String USER_DISABLE = "1";
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 角色正常状态
 | 
			
		||||
     */
 | 
			
		||||
    String ROLE_NORMAL = "0";
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 角色封禁状态
 | 
			
		||||
     */
 | 
			
		||||
    String ROLE_DISABLE = "1";
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 部门正常状态
 | 
			
		||||
     */
 | 
			
		||||
    String DEPT_NORMAL = "0";
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 部门停用状态
 | 
			
		||||
     */
 | 
			
		||||
    String DEPT_DISABLE = "1";
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 岗位正常状态
 | 
			
		||||
     */
 | 
			
		||||
    String POST_NORMAL = "0";
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 岗位停用状态
 | 
			
		||||
     */
 | 
			
		||||
    String POST_DISABLE = "1";
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 字典正常状态
 | 
			
		||||
     */
 | 
			
		||||
    String DICT_NORMAL = "0";
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 是否为系统默认(是)
 | 
			
		||||
     */
 | 
			
		||||
    String YES = "Y";
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 是否菜单外链(是)
 | 
			
		||||
     */
 | 
			
		||||
    String YES_FRAME = "0";
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 是否菜单外链(否)
 | 
			
		||||
     */
 | 
			
		||||
    String NO_FRAME = "1";
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 菜单正常状态
 | 
			
		||||
     */
 | 
			
		||||
    String MENU_NORMAL = "0";
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 菜单停用状态
 | 
			
		||||
     */
 | 
			
		||||
    String MENU_DISABLE = "1";
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 菜单类型(目录)
 | 
			
		||||
     */
 | 
			
		||||
    String TYPE_DIR = "M";
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 菜单类型(菜单)
 | 
			
		||||
     */
 | 
			
		||||
    String TYPE_MENU = "C";
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 菜单类型(按钮)
 | 
			
		||||
     */
 | 
			
		||||
    String TYPE_BUTTON = "F";
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * Layout组件标识
 | 
			
		||||
     */
 | 
			
		||||
    String LAYOUT = "Layout";
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * ParentView组件标识
 | 
			
		||||
     */
 | 
			
		||||
    String PARENT_VIEW = "ParentView";
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * InnerLink组件标识
 | 
			
		||||
     */
 | 
			
		||||
    String INNER_LINK = "InnerLink";
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 用户名长度限制
 | 
			
		||||
     */
 | 
			
		||||
    int USERNAME_MIN_LENGTH = 2;
 | 
			
		||||
    int USERNAME_MAX_LENGTH = 20;
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 密码长度限制
 | 
			
		||||
     */
 | 
			
		||||
    int PASSWORD_MIN_LENGTH = 5;
 | 
			
		||||
    int PASSWORD_MAX_LENGTH = 20;
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 超级管理员ID
 | 
			
		||||
     */
 | 
			
		||||
    Long SUPER_ADMIN_ID = 1L;
 | 
			
		||||
 | 
			
		||||
}
 | 
			
		||||
@@ -1,71 +0,0 @@
 | 
			
		||||
package org.dromara.common.core.domain.dto;
 | 
			
		||||
 | 
			
		||||
import lombok.Data;
 | 
			
		||||
 | 
			
		||||
import java.io.Serial;
 | 
			
		||||
import java.io.Serializable;
 | 
			
		||||
import java.util.HashMap;
 | 
			
		||||
import java.util.List;
 | 
			
		||||
import java.util.Map;
 | 
			
		||||
import java.util.Objects;
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * 办理任务请求对象
 | 
			
		||||
 *
 | 
			
		||||
 * @author may
 | 
			
		||||
 */
 | 
			
		||||
@Data
 | 
			
		||||
public class CompleteTaskDTO implements Serializable {
 | 
			
		||||
 | 
			
		||||
    @Serial
 | 
			
		||||
    private static final long serialVersionUID = 1L;
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 任务id
 | 
			
		||||
     */
 | 
			
		||||
    private Long taskId;
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 附件id
 | 
			
		||||
     */
 | 
			
		||||
    private String fileId;
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 抄送人员
 | 
			
		||||
     */
 | 
			
		||||
    private List<FlowCopyDTO> flowCopyList;
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 消息类型
 | 
			
		||||
     */
 | 
			
		||||
    private List<String> messageType;
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 办理意见
 | 
			
		||||
     */
 | 
			
		||||
    private String message;
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 消息通知
 | 
			
		||||
     */
 | 
			
		||||
    private String notice;
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 流程变量
 | 
			
		||||
     */
 | 
			
		||||
    private Map<String, Object> variables;
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 扩展变量(此处为逗号分隔的ossId)
 | 
			
		||||
     */
 | 
			
		||||
    private String ext;
 | 
			
		||||
 | 
			
		||||
    public Map<String, Object> getVariables() {
 | 
			
		||||
        if (variables == null) {
 | 
			
		||||
            return new HashMap<>(16);
 | 
			
		||||
        }
 | 
			
		||||
        variables.entrySet().removeIf(entry -> Objects.isNull(entry.getValue()));
 | 
			
		||||
        return variables;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
}
 | 
			
		||||
@@ -1,36 +0,0 @@
 | 
			
		||||
package org.dromara.common.core.domain.dto;
 | 
			
		||||
 | 
			
		||||
import lombok.Data;
 | 
			
		||||
import lombok.NoArgsConstructor;
 | 
			
		||||
 | 
			
		||||
import java.io.Serial;
 | 
			
		||||
import java.io.Serializable;
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * 部门
 | 
			
		||||
 *
 | 
			
		||||
 * @author AprilWind
 | 
			
		||||
 */
 | 
			
		||||
@Data
 | 
			
		||||
@NoArgsConstructor
 | 
			
		||||
public class DeptDTO implements Serializable {
 | 
			
		||||
 | 
			
		||||
    @Serial
 | 
			
		||||
    private static final long serialVersionUID = 1L;
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 部门ID
 | 
			
		||||
     */
 | 
			
		||||
    private Long deptId;
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 父部门ID
 | 
			
		||||
     */
 | 
			
		||||
    private Long parentId;
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 部门名称
 | 
			
		||||
     */
 | 
			
		||||
    private String deptName;
 | 
			
		||||
 | 
			
		||||
}
 | 
			
		||||
@@ -1,41 +0,0 @@
 | 
			
		||||
package org.dromara.common.core.domain.dto;
 | 
			
		||||
 | 
			
		||||
import lombok.Data;
 | 
			
		||||
import lombok.NoArgsConstructor;
 | 
			
		||||
 | 
			
		||||
import java.io.Serial;
 | 
			
		||||
import java.io.Serializable;
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * 字典数据DTO
 | 
			
		||||
 *
 | 
			
		||||
 * @author AprilWind
 | 
			
		||||
 */
 | 
			
		||||
@Data
 | 
			
		||||
@NoArgsConstructor
 | 
			
		||||
public class DictDataDTO implements Serializable {
 | 
			
		||||
 | 
			
		||||
    @Serial
 | 
			
		||||
    private static final long serialVersionUID = 1L;
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 字典标签
 | 
			
		||||
     */
 | 
			
		||||
    private String dictLabel;
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 字典键值
 | 
			
		||||
     */
 | 
			
		||||
    private String dictValue;
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 是否默认(Y是 N否)
 | 
			
		||||
     */
 | 
			
		||||
    private String isDefault;
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 备注
 | 
			
		||||
     */
 | 
			
		||||
    private String remark;
 | 
			
		||||
 | 
			
		||||
}
 | 
			
		||||
@@ -1,41 +0,0 @@
 | 
			
		||||
package org.dromara.common.core.domain.dto;
 | 
			
		||||
 | 
			
		||||
import lombok.Data;
 | 
			
		||||
import lombok.NoArgsConstructor;
 | 
			
		||||
 | 
			
		||||
import java.io.Serial;
 | 
			
		||||
import java.io.Serializable;
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * 字典类型DTO
 | 
			
		||||
 *
 | 
			
		||||
 * @author AprilWind
 | 
			
		||||
 */
 | 
			
		||||
@Data
 | 
			
		||||
@NoArgsConstructor
 | 
			
		||||
public class DictTypeDTO implements Serializable {
 | 
			
		||||
 | 
			
		||||
    @Serial
 | 
			
		||||
    private static final long serialVersionUID = 1L;
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 字典主键
 | 
			
		||||
     */
 | 
			
		||||
    private Long dictId;
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 字典名称
 | 
			
		||||
     */
 | 
			
		||||
    private String dictName;
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 字典类型
 | 
			
		||||
     */
 | 
			
		||||
    private String dictType;
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 备注
 | 
			
		||||
     */
 | 
			
		||||
    private String remark;
 | 
			
		||||
 | 
			
		||||
}
 | 
			
		||||
@@ -1,30 +0,0 @@
 | 
			
		||||
package org.dromara.common.core.domain.dto;
 | 
			
		||||
 | 
			
		||||
import lombok.Data;
 | 
			
		||||
 | 
			
		||||
import java.io.Serial;
 | 
			
		||||
import java.io.Serializable;
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * 抄送
 | 
			
		||||
 *
 | 
			
		||||
 * @author may
 | 
			
		||||
 */
 | 
			
		||||
@Data
 | 
			
		||||
public class FlowCopyDTO implements Serializable {
 | 
			
		||||
 | 
			
		||||
    @Serial
 | 
			
		||||
    private static final long serialVersionUID = 1L;
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 用户id
 | 
			
		||||
     */
 | 
			
		||||
    private Long userId;
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 用户名称
 | 
			
		||||
     */
 | 
			
		||||
    private String userName;
 | 
			
		||||
 | 
			
		||||
}
 | 
			
		||||
@@ -1,46 +0,0 @@
 | 
			
		||||
package org.dromara.common.core.domain.dto;
 | 
			
		||||
 | 
			
		||||
import lombok.Data;
 | 
			
		||||
import lombok.NoArgsConstructor;
 | 
			
		||||
 | 
			
		||||
import java.io.Serial;
 | 
			
		||||
import java.io.Serializable;
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * 岗位
 | 
			
		||||
 *
 | 
			
		||||
 * @author AprilWind
 | 
			
		||||
 */
 | 
			
		||||
@Data
 | 
			
		||||
@NoArgsConstructor
 | 
			
		||||
public class PostDTO implements Serializable {
 | 
			
		||||
 | 
			
		||||
    @Serial
 | 
			
		||||
    private static final long serialVersionUID = 1L;
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 岗位ID
 | 
			
		||||
     */
 | 
			
		||||
    private Long postId;
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 部门id
 | 
			
		||||
     */
 | 
			
		||||
    private Long deptId;
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 岗位编码
 | 
			
		||||
     */
 | 
			
		||||
    private String postCode;
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 岗位名称
 | 
			
		||||
     */
 | 
			
		||||
    private String postName;
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 岗位类别编码
 | 
			
		||||
     */
 | 
			
		||||
    private String postCategory;
 | 
			
		||||
 | 
			
		||||
}
 | 
			
		||||
@@ -35,7 +35,7 @@ public class RoleDTO implements Serializable {
 | 
			
		||||
    private String roleKey;
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 数据范围(1:全部数据权限 2:自定数据权限 3:本部门数据权限 4:本部门及以下数据权限 5:仅本人数据权限 6:部门及以下或本人数据权限)
 | 
			
		||||
     * 数据范围(1:所有数据权限;2:自定义数据权限;3:本部门数据权限;4:本部门及以下数据权限;5:仅本人数据权限)
 | 
			
		||||
     */
 | 
			
		||||
    private String dataScope;
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -1,45 +0,0 @@
 | 
			
		||||
package org.dromara.common.core.domain.dto;
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
import lombok.Data;
 | 
			
		||||
 | 
			
		||||
import java.io.Serial;
 | 
			
		||||
import java.io.Serializable;
 | 
			
		||||
import java.util.HashMap;
 | 
			
		||||
import java.util.Map;
 | 
			
		||||
import java.util.Objects;
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * 启动流程对象
 | 
			
		||||
 *
 | 
			
		||||
 * @author may
 | 
			
		||||
 */
 | 
			
		||||
@Data
 | 
			
		||||
public class StartProcessDTO implements Serializable {
 | 
			
		||||
 | 
			
		||||
    @Serial
 | 
			
		||||
    private static final long serialVersionUID = 1L;
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 业务唯一值id
 | 
			
		||||
     */
 | 
			
		||||
    private String businessId;
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 流程定义编码
 | 
			
		||||
     */
 | 
			
		||||
    private String flowCode;
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 流程变量,前端会提交一个元素{'entity': {业务详情数据对象}}
 | 
			
		||||
     */
 | 
			
		||||
    private Map<String, Object> variables;
 | 
			
		||||
 | 
			
		||||
    public Map<String, Object> getVariables() {
 | 
			
		||||
        if (variables == null) {
 | 
			
		||||
            return new HashMap<>(16);
 | 
			
		||||
        }
 | 
			
		||||
        variables.entrySet().removeIf(entry -> Objects.isNull(entry.getValue()));
 | 
			
		||||
        return variables;
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
@@ -1,30 +0,0 @@
 | 
			
		||||
package org.dromara.common.core.domain.dto;
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
import lombok.Data;
 | 
			
		||||
 | 
			
		||||
import java.io.Serial;
 | 
			
		||||
import java.io.Serializable;
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * 启动流程返回对象
 | 
			
		||||
 *
 | 
			
		||||
 * @author Lion Li
 | 
			
		||||
 */
 | 
			
		||||
@Data
 | 
			
		||||
public class StartProcessReturnDTO implements Serializable {
 | 
			
		||||
 | 
			
		||||
    @Serial
 | 
			
		||||
    private static final long serialVersionUID = 1L;
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 流程实例id
 | 
			
		||||
     */
 | 
			
		||||
    private Long processInstanceId;
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 任务id
 | 
			
		||||
     */
 | 
			
		||||
    private Long taskId;
 | 
			
		||||
 | 
			
		||||
}
 | 
			
		||||
@@ -1,101 +0,0 @@
 | 
			
		||||
package org.dromara.common.core.domain.dto;
 | 
			
		||||
 | 
			
		||||
import lombok.AllArgsConstructor;
 | 
			
		||||
import lombok.Data;
 | 
			
		||||
import lombok.NoArgsConstructor;
 | 
			
		||||
 | 
			
		||||
import java.io.Serial;
 | 
			
		||||
import java.io.Serializable;
 | 
			
		||||
import java.util.Date;
 | 
			
		||||
import java.util.List;
 | 
			
		||||
import java.util.function.Function;
 | 
			
		||||
import java.util.stream.Collectors;
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * 任务受让人
 | 
			
		||||
 *
 | 
			
		||||
 * @author AprilWind
 | 
			
		||||
 */
 | 
			
		||||
@Data
 | 
			
		||||
@NoArgsConstructor
 | 
			
		||||
public class TaskAssigneeDTO implements Serializable {
 | 
			
		||||
 | 
			
		||||
    @Serial
 | 
			
		||||
    private static final long serialVersionUID = 1L;
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 总大小
 | 
			
		||||
     */
 | 
			
		||||
    private Long total = 0L;
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     *
 | 
			
		||||
     */
 | 
			
		||||
    private List<TaskHandler> list;
 | 
			
		||||
 | 
			
		||||
    public TaskAssigneeDTO(Long total, List<TaskHandler> list) {
 | 
			
		||||
        this.total = total;
 | 
			
		||||
        this.list = list;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 将源列表转换为 TaskHandler 列表
 | 
			
		||||
     *
 | 
			
		||||
     * @param <T>              通用类型
 | 
			
		||||
     * @param sourceList       待转换的源列表
 | 
			
		||||
     * @param storageId        提取 storageId 的函数
 | 
			
		||||
     * @param handlerCode      提取 handlerCode 的函数
 | 
			
		||||
     * @param handlerName      提取 handlerName 的函数
 | 
			
		||||
     * @param groupName        提取 groupName 的函数
 | 
			
		||||
     * @param createTimeMapper 提取 createTime 的函数
 | 
			
		||||
     * @return 转换后的 TaskHandler 列表
 | 
			
		||||
     */
 | 
			
		||||
    public static <T> List<TaskHandler> convertToHandlerList(
 | 
			
		||||
        List<T> sourceList,
 | 
			
		||||
        Function<T, Long> storageId,
 | 
			
		||||
        Function<T, String> handlerCode,
 | 
			
		||||
        Function<T, String> handlerName,
 | 
			
		||||
        Function<T, Long> groupName,
 | 
			
		||||
        Function<T, Date> createTimeMapper) {
 | 
			
		||||
        return sourceList.stream()
 | 
			
		||||
            .map(item -> new TaskHandler(
 | 
			
		||||
                String.valueOf(storageId.apply(item)),
 | 
			
		||||
                handlerCode.apply(item),
 | 
			
		||||
                handlerName.apply(item),
 | 
			
		||||
                groupName != null ? String.valueOf(groupName.apply(item)) : null,
 | 
			
		||||
                createTimeMapper.apply(item)
 | 
			
		||||
            )).collect(Collectors.toList());
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    @Data
 | 
			
		||||
    @NoArgsConstructor
 | 
			
		||||
    @AllArgsConstructor
 | 
			
		||||
    public static class TaskHandler {
 | 
			
		||||
 | 
			
		||||
        /**
 | 
			
		||||
         * 主键
 | 
			
		||||
         */
 | 
			
		||||
        private String storageId;
 | 
			
		||||
 | 
			
		||||
        /**
 | 
			
		||||
         * 权限编码
 | 
			
		||||
         */
 | 
			
		||||
        private String handlerCode;
 | 
			
		||||
 | 
			
		||||
        /**
 | 
			
		||||
         * 权限名称
 | 
			
		||||
         */
 | 
			
		||||
        private String handlerName;
 | 
			
		||||
 | 
			
		||||
        /**
 | 
			
		||||
         * 权限分组
 | 
			
		||||
         */
 | 
			
		||||
        private String groupName;
 | 
			
		||||
 | 
			
		||||
        /**
 | 
			
		||||
         * 创建时间
 | 
			
		||||
         */
 | 
			
		||||
        private Date createTime;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
}
 | 
			
		||||
@@ -1,34 +0,0 @@
 | 
			
		||||
package org.dromara.common.core.domain.event;
 | 
			
		||||
 | 
			
		||||
import lombok.Data;
 | 
			
		||||
 | 
			
		||||
import java.io.Serial;
 | 
			
		||||
import java.io.Serializable;
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * 删除流程监听
 | 
			
		||||
 *
 | 
			
		||||
 * @author AprilWind
 | 
			
		||||
 */
 | 
			
		||||
@Data
 | 
			
		||||
public class ProcessDeleteEvent implements Serializable {
 | 
			
		||||
 | 
			
		||||
    @Serial
 | 
			
		||||
    private static final long serialVersionUID = 1L;
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 租户ID
 | 
			
		||||
     */
 | 
			
		||||
    private String tenantId;
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 流程定义编码
 | 
			
		||||
     */
 | 
			
		||||
    private String flowCode;
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 业务id
 | 
			
		||||
     */
 | 
			
		||||
    private String businessId;
 | 
			
		||||
 | 
			
		||||
}
 | 
			
		||||
@@ -4,13 +4,13 @@ import lombok.Data;
 | 
			
		||||
 | 
			
		||||
import java.io.Serial;
 | 
			
		||||
import java.io.Serializable;
 | 
			
		||||
import java.util.Map;
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * 总体流程监听
 | 
			
		||||
 *
 | 
			
		||||
 * @author may
 | 
			
		||||
 */
 | 
			
		||||
 | 
			
		||||
@Data
 | 
			
		||||
public class ProcessEvent implements Serializable {
 | 
			
		||||
 | 
			
		||||
@@ -18,33 +18,24 @@ public class ProcessEvent implements Serializable {
 | 
			
		||||
    private static final long serialVersionUID = 1L;
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 租户ID
 | 
			
		||||
     * 流程定义key
 | 
			
		||||
     */
 | 
			
		||||
    private String tenantId;
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 流程定义编码
 | 
			
		||||
     */
 | 
			
		||||
    private String flowCode;
 | 
			
		||||
    private String key;
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 业务id
 | 
			
		||||
     */
 | 
			
		||||
    private String businessId;
 | 
			
		||||
    private String businessKey;
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 状态
 | 
			
		||||
     */
 | 
			
		||||
    private String status;
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 办理参数
 | 
			
		||||
     */
 | 
			
		||||
    private Map<String, Object> params;
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 当为true时为申请人节点办理
 | 
			
		||||
     */
 | 
			
		||||
    private boolean submit;
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
@@ -6,39 +6,35 @@ import java.io.Serial;
 | 
			
		||||
import java.io.Serializable;
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * 流程创建任务监听
 | 
			
		||||
 * 流程办理监听
 | 
			
		||||
 *
 | 
			
		||||
 * @author may
 | 
			
		||||
 */
 | 
			
		||||
 | 
			
		||||
@Data
 | 
			
		||||
public class ProcessCreateTaskEvent implements Serializable {
 | 
			
		||||
public class ProcessTaskEvent implements Serializable {
 | 
			
		||||
 | 
			
		||||
    @Serial
 | 
			
		||||
    private static final long serialVersionUID = 1L;
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 租户ID
 | 
			
		||||
     * 流程定义key
 | 
			
		||||
     */
 | 
			
		||||
    private String tenantId;
 | 
			
		||||
    private String key;
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 流程定义编码
 | 
			
		||||
     * 审批节点key
 | 
			
		||||
     */
 | 
			
		||||
    private String flowCode;
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 审批节点编码
 | 
			
		||||
     */
 | 
			
		||||
    private String nodeCode;
 | 
			
		||||
    private String taskDefinitionKey;
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 任务id
 | 
			
		||||
     */
 | 
			
		||||
    private Long taskId;
 | 
			
		||||
    private String taskId;
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 业务id
 | 
			
		||||
     */
 | 
			
		||||
    private String businessId;
 | 
			
		||||
    private String businessKey;
 | 
			
		||||
 | 
			
		||||
}
 | 
			
		||||
@@ -1,9 +1,8 @@
 | 
			
		||||
package org.dromara.common.core.domain.model;
 | 
			
		||||
 | 
			
		||||
import org.dromara.common.core.domain.dto.RoleDTO;
 | 
			
		||||
import lombok.Data;
 | 
			
		||||
import lombok.NoArgsConstructor;
 | 
			
		||||
import org.dromara.common.core.domain.dto.PostDTO;
 | 
			
		||||
import org.dromara.common.core.domain.dto.RoleDTO;
 | 
			
		||||
 | 
			
		||||
import java.io.Serial;
 | 
			
		||||
import java.io.Serializable;
 | 
			
		||||
@@ -112,11 +111,6 @@ public class LoginUser implements Serializable {
 | 
			
		||||
     */
 | 
			
		||||
    private List<RoleDTO> roles;
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 岗位对象
 | 
			
		||||
     */
 | 
			
		||||
    private List<PostDTO> posts;
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 数据权限 当前角色ID
 | 
			
		||||
     */
 | 
			
		||||
 
 | 
			
		||||
@@ -5,6 +5,8 @@ import lombok.Data;
 | 
			
		||||
import lombok.EqualsAndHashCode;
 | 
			
		||||
import org.hibernate.validator.constraints.Length;
 | 
			
		||||
 | 
			
		||||
import static org.dromara.common.core.constant.UserConstants.*;
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * 密码登录对象
 | 
			
		||||
 *
 | 
			
		||||
@@ -18,14 +20,14 @@ public class PasswordLoginBody extends LoginBody {
 | 
			
		||||
     * 用户名
 | 
			
		||||
     */
 | 
			
		||||
    @NotBlank(message = "{user.username.not.blank}")
 | 
			
		||||
    @Length(min = 2, max = 30, message = "{user.username.length.valid}")
 | 
			
		||||
    @Length(min = USERNAME_MIN_LENGTH, max = USERNAME_MAX_LENGTH, message = "{user.username.length.valid}")
 | 
			
		||||
    private String username;
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 用户密码
 | 
			
		||||
     */
 | 
			
		||||
    @NotBlank(message = "{user.password.not.blank}")
 | 
			
		||||
    @Length(min = 5, max = 30, message = "{user.password.length.valid}")
 | 
			
		||||
    @Length(min = PASSWORD_MIN_LENGTH, max = PASSWORD_MAX_LENGTH, message = "{user.password.length.valid}")
 | 
			
		||||
    private String password;
 | 
			
		||||
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
@@ -5,6 +5,8 @@ import lombok.Data;
 | 
			
		||||
import lombok.EqualsAndHashCode;
 | 
			
		||||
import org.hibernate.validator.constraints.Length;
 | 
			
		||||
 | 
			
		||||
import static org.dromara.common.core.constant.UserConstants.*;
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * 用户注册对象
 | 
			
		||||
 *
 | 
			
		||||
@@ -18,14 +20,14 @@ public class RegisterBody extends LoginBody {
 | 
			
		||||
     * 用户名
 | 
			
		||||
     */
 | 
			
		||||
    @NotBlank(message = "{user.username.not.blank}")
 | 
			
		||||
    @Length(min = 2, max = 20, message = "{user.username.length.valid}")
 | 
			
		||||
    @Length(min = USERNAME_MIN_LENGTH, max = USERNAME_MAX_LENGTH, message = "{user.username.length.valid}")
 | 
			
		||||
    private String username;
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 用户密码
 | 
			
		||||
     */
 | 
			
		||||
    @NotBlank(message = "{user.password.not.blank}")
 | 
			
		||||
    @Length(min = 5, max = 20, message = "{user.password.length.valid}")
 | 
			
		||||
    @Length(min = PASSWORD_MIN_LENGTH, max = PASSWORD_MAX_LENGTH, message = "{user.password.length.valid}")
 | 
			
		||||
    private String password;
 | 
			
		||||
 | 
			
		||||
    private String userType;
 | 
			
		||||
 
 | 
			
		||||
@@ -1,56 +0,0 @@
 | 
			
		||||
package org.dromara.common.core.domain.model;
 | 
			
		||||
 | 
			
		||||
import lombok.Data;
 | 
			
		||||
import lombok.NoArgsConstructor;
 | 
			
		||||
 | 
			
		||||
import java.io.Serial;
 | 
			
		||||
import java.io.Serializable;
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * 任务受让人
 | 
			
		||||
 *
 | 
			
		||||
 * @author AprilWind
 | 
			
		||||
 */
 | 
			
		||||
@Data
 | 
			
		||||
@NoArgsConstructor
 | 
			
		||||
public class TaskAssigneeBody implements Serializable {
 | 
			
		||||
 | 
			
		||||
    @Serial
 | 
			
		||||
    private static final long serialVersionUID = 1L;
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 权限编码
 | 
			
		||||
     */
 | 
			
		||||
    private String handlerCode;
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 权限名称
 | 
			
		||||
     */
 | 
			
		||||
    private String handlerName;
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 权限分组
 | 
			
		||||
     */
 | 
			
		||||
    private String groupId;
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 开始时间
 | 
			
		||||
     */
 | 
			
		||||
    private String beginTime;
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 结束时间
 | 
			
		||||
     */
 | 
			
		||||
    private String endTime;
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 当前页
 | 
			
		||||
     */
 | 
			
		||||
    private Integer pageNum = 1;
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 每页显示条数
 | 
			
		||||
     */
 | 
			
		||||
    private Integer pageSize = 10;
 | 
			
		||||
 | 
			
		||||
}
 | 
			
		||||
@@ -7,10 +7,6 @@ import org.dromara.common.core.exception.ServiceException;
 | 
			
		||||
import org.dromara.common.core.utils.StringUtils;
 | 
			
		||||
 | 
			
		||||
import java.util.Arrays;
 | 
			
		||||
import java.util.List;
 | 
			
		||||
import java.util.Map;
 | 
			
		||||
import java.util.function.Function;
 | 
			
		||||
import java.util.stream.Collectors;
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * 业务状态枚举
 | 
			
		||||
@@ -20,37 +16,30 @@ import java.util.stream.Collectors;
 | 
			
		||||
@Getter
 | 
			
		||||
@AllArgsConstructor
 | 
			
		||||
public enum BusinessStatusEnum {
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 已撤销
 | 
			
		||||
     */
 | 
			
		||||
    CANCEL("cancel", "已撤销"),
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 草稿
 | 
			
		||||
     */
 | 
			
		||||
    DRAFT("draft", "草稿"),
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 待审核
 | 
			
		||||
     */
 | 
			
		||||
    WAITING("waiting", "待审核"),
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 已完成
 | 
			
		||||
     */
 | 
			
		||||
    FINISH("finish", "已完成"),
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 已作废
 | 
			
		||||
     */
 | 
			
		||||
    INVALID("invalid", "已作废"),
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 已退回
 | 
			
		||||
     */
 | 
			
		||||
    BACK("back", "已退回"),
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 已终止
 | 
			
		||||
     */
 | 
			
		||||
@@ -66,72 +55,20 @@ public enum BusinessStatusEnum {
 | 
			
		||||
     */
 | 
			
		||||
    private final String desc;
 | 
			
		||||
 | 
			
		||||
    private static final Map<String, BusinessStatusEnum> STATUS_MAP = Arrays.stream(BusinessStatusEnum.values())
 | 
			
		||||
        .collect(Collectors.toConcurrentMap(BusinessStatusEnum::getStatus, Function.identity()));
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 根据状态获取对应的 BusinessStatusEnum 枚举
 | 
			
		||||
     * 获取业务状态
 | 
			
		||||
     *
 | 
			
		||||
     * @param status 业务状态码
 | 
			
		||||
     * @return 对应的 BusinessStatusEnum 枚举,如果找不到则返回 null
 | 
			
		||||
     */
 | 
			
		||||
    public static BusinessStatusEnum getByStatus(String status) {
 | 
			
		||||
        // 使用 STATUS_MAP 获取对应的枚举,若找不到则返回 null
 | 
			
		||||
        return STATUS_MAP.get(status);
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 根据状态获取对应的业务状态描述信息
 | 
			
		||||
     *
 | 
			
		||||
     * @param status 业务状态码
 | 
			
		||||
     * @return 返回业务状态描述,若状态码为空或未找到对应的枚举,返回空字符串
 | 
			
		||||
     * @param status 状态
 | 
			
		||||
     */
 | 
			
		||||
    public static String findByStatus(String status) {
 | 
			
		||||
        if (StringUtils.isBlank(status)) {
 | 
			
		||||
            return StrUtil.EMPTY;
 | 
			
		||||
        }
 | 
			
		||||
        BusinessStatusEnum statusEnum = STATUS_MAP.get(status);
 | 
			
		||||
        return (statusEnum != null) ? statusEnum.getDesc() : StrUtil.EMPTY;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 判断是否为指定的状态之一:草稿、已撤销或已退回
 | 
			
		||||
     *
 | 
			
		||||
     * @param status 要检查的状态
 | 
			
		||||
     * @return 如果状态为草稿、已撤销或已退回之一,则返回 true;否则返回 false
 | 
			
		||||
     */
 | 
			
		||||
    public static boolean isDraftOrCancelOrBack(String status) {
 | 
			
		||||
        return DRAFT.status.equals(status) || CANCEL.status.equals(status) || BACK.status.equals(status);
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 判断是否为撤销,退回,作废,终止
 | 
			
		||||
     *
 | 
			
		||||
     * @param status status
 | 
			
		||||
     * @return 结果
 | 
			
		||||
     */
 | 
			
		||||
    public static boolean initialState(String status) {
 | 
			
		||||
        return CANCEL.status.equals(status) || BACK.status.equals(status) || INVALID.status.equals(status) || TERMINATION.status.equals(status);
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 获取运行中的实例状态列表
 | 
			
		||||
     *
 | 
			
		||||
     * @return 包含运行中实例状态的不可变列表
 | 
			
		||||
     * (包含 DRAFT、WAITING、BACK 和 CANCEL 状态)
 | 
			
		||||
     */
 | 
			
		||||
    public static List<String> runningStatus() {
 | 
			
		||||
        return Arrays.asList(DRAFT.status, WAITING.status, BACK.status, CANCEL.status);
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 获取结束实例的状态列表
 | 
			
		||||
     *
 | 
			
		||||
     * @return 包含结束实例状态的不可变列表
 | 
			
		||||
     * (包含 FINISH、INVALID 和 TERMINATION 状态)
 | 
			
		||||
     */
 | 
			
		||||
    public static List<String> finishStatus() {
 | 
			
		||||
        return Arrays.asList(FINISH.status, INVALID.status, TERMINATION.status);
 | 
			
		||||
        return Arrays.stream(BusinessStatusEnum.values())
 | 
			
		||||
            .filter(statusEnum -> statusEnum.getStatus().equals(status))
 | 
			
		||||
            .findFirst()
 | 
			
		||||
            .map(BusinessStatusEnum::getDesc)
 | 
			
		||||
            .orElse(StrUtil.EMPTY);
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
@@ -211,5 +148,5 @@ public enum BusinessStatusEnum {
 | 
			
		||||
            throw new ServiceException("流程状态为空!");
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -1,146 +0,0 @@
 | 
			
		||||
package org.dromara.common.core.enums;
 | 
			
		||||
 | 
			
		||||
import lombok.AllArgsConstructor;
 | 
			
		||||
import lombok.Getter;
 | 
			
		||||
import org.dromara.common.core.utils.StringUtils;
 | 
			
		||||
 | 
			
		||||
/*
 | 
			
		||||
 * 日期格式
 | 
			
		||||
 * "yyyy":4位数的年份,例如:2023年表示为"2023"。
 | 
			
		||||
 * "yy":2位数的年份,例如:2023年表示为"23"。
 | 
			
		||||
 * "MM":2位数的月份,取值范围为01到12,例如:7月表示为"07"。
 | 
			
		||||
 * "M":不带前导零的月份,取值范围为1到12,例如:7月表示为"7"。
 | 
			
		||||
 * "dd":2位数的日期,取值范围为01到31,例如:22日表示为"22"。
 | 
			
		||||
 * "d":不带前导零的日期,取值范围为1到31,例如:22日表示为"22"。
 | 
			
		||||
 * "EEEE":星期的全名,例如:星期三表示为"Wednesday"。
 | 
			
		||||
 * "E":星期的缩写,例如:星期三表示为"Wed"。
 | 
			
		||||
 * "DDD" 或 "D":一年中的第几天,取值范围为001到366,例如:第200天表示为"200"。
 | 
			
		||||
 * 时间格式
 | 
			
		||||
 * "HH":24小时制的小时数,取值范围为00到23,例如:下午5点表示为"17"。
 | 
			
		||||
 * "hh":12小时制的小时数,取值范围为01到12,例如:下午5点表示为"05"。
 | 
			
		||||
 * "mm":分钟数,取值范围为00到59,例如:30分钟表示为"30"。
 | 
			
		||||
 * "ss":秒数,取值范围为00到59,例如:45秒表示为"45"。
 | 
			
		||||
 * "SSS":毫秒数,取值范围为000到999,例如:123毫秒表示为"123"。
 | 
			
		||||
 */
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * 日期格式与时间格式枚举
 | 
			
		||||
 */
 | 
			
		||||
@Getter
 | 
			
		||||
@AllArgsConstructor
 | 
			
		||||
public enum FormatsType {
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 例如:2023年表示为"23"
 | 
			
		||||
     */
 | 
			
		||||
    YY("yy"),
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 例如:2023年表示为"2023"
 | 
			
		||||
     */
 | 
			
		||||
    YYYY("yyyy"),
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 例例如,2023年7月可以表示为 "2023-07"
 | 
			
		||||
     */
 | 
			
		||||
    YYYY_MM("yyyy-MM"),
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 例如,日期 "2023年7月22日" 可以表示为 "2023-07-22"
 | 
			
		||||
     */
 | 
			
		||||
    YYYY_MM_DD("yyyy-MM-dd"),
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 例如,当前时间如果是 "2023年7月22日下午3点30分",则可以表示为 "2023-07-22 15:30"
 | 
			
		||||
     */
 | 
			
		||||
    YYYY_MM_DD_HH_MM("yyyy-MM-dd HH:mm"),
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 例如,当前时间如果是 "2023年7月22日下午3点30分45秒",则可以表示为 "2023-07-22 15:30:45"
 | 
			
		||||
     */
 | 
			
		||||
    YYYY_MM_DD_HH_MM_SS("yyyy-MM-dd HH:mm:ss"),
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 例如:下午3点30分45秒,表示为 "15:30:45"
 | 
			
		||||
     */
 | 
			
		||||
    HH_MM_SS("HH:mm:ss"),
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 例例如,2023年7月可以表示为 "2023/07"
 | 
			
		||||
     */
 | 
			
		||||
    YYYY_MM_SLASH("yyyy/MM"),
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 例如,日期 "2023年7月22日" 可以表示为 "2023/07/22"
 | 
			
		||||
     */
 | 
			
		||||
    YYYY_MM_DD_SLASH("yyyy/MM/dd"),
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 例如,当前时间如果是 "2023年7月22日下午3点30分45秒",则可以表示为 "2023/07/22 15:30:45"
 | 
			
		||||
     */
 | 
			
		||||
    YYYY_MM_DD_HH_MM_SLASH("yyyy/MM/dd HH:mm"),
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 例如,当前时间如果是 "2023年7月22日下午3点30分45秒",则可以表示为 "2023/07/22 15:30:45"
 | 
			
		||||
     */
 | 
			
		||||
    YYYY_MM_DD_HH_MM_SS_SLASH("yyyy/MM/dd HH:mm:ss"),
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 例例如,2023年7月可以表示为 "2023.07"
 | 
			
		||||
     */
 | 
			
		||||
    YYYY_MM_DOT("yyyy.MM"),
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 例如,日期 "2023年7月22日" 可以表示为 "2023.07.22"
 | 
			
		||||
     */
 | 
			
		||||
    YYYY_MM_DD_DOT("yyyy.MM.dd"),
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 例如,当前时间如果是 "2023年7月22日下午3点30分",则可以表示为 "2023.07.22 15:30"
 | 
			
		||||
     */
 | 
			
		||||
    YYYY_MM_DD_HH_MM_DOT("yyyy.MM.dd HH:mm"),
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 例如,当前时间如果是 "2023年7月22日下午3点30分45秒",则可以表示为 "2023.07.22 15:30:45"
 | 
			
		||||
     */
 | 
			
		||||
    YYYY_MM_DD_HH_MM_SS_DOT("yyyy.MM.dd HH:mm:ss"),
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 例如,2023年7月可以表示为 "202307"
 | 
			
		||||
     */
 | 
			
		||||
    YYYYMM("yyyyMM"),
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 例如,2023年7月22日可以表示为 "20230722"
 | 
			
		||||
     */
 | 
			
		||||
    YYYYMMDD("yyyyMMdd"),
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 例如,2023年7月22日下午3点可以表示为 "2023072215"
 | 
			
		||||
     */
 | 
			
		||||
    YYYYMMDDHH("yyyyMMddHH"),
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 例如,2023年7月22日下午3点30分可以表示为 "202307221530"
 | 
			
		||||
     */
 | 
			
		||||
    YYYYMMDDHHMM("yyyyMMddHHmm"),
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 例如,2023年7月22日下午3点30分45秒可以表示为 "20230722153045"
 | 
			
		||||
     */
 | 
			
		||||
    YYYYMMDDHHMMSS("yyyyMMddHHmmss");
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 时间格式
 | 
			
		||||
     */
 | 
			
		||||
    private final String timeFormat;
 | 
			
		||||
 | 
			
		||||
    public static FormatsType getFormatsType(String str) {
 | 
			
		||||
        for (FormatsType value : values()) {
 | 
			
		||||
            if (StringUtils.contains(str, value.getTimeFormat())) {
 | 
			
		||||
                return value;
 | 
			
		||||
            }
 | 
			
		||||
        }
 | 
			
		||||
        throw new RuntimeException("'FormatsType' not found By " + str);
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
@@ -0,0 +1,30 @@
 | 
			
		||||
package org.dromara.common.core.enums;
 | 
			
		||||
 | 
			
		||||
import lombok.AllArgsConstructor;
 | 
			
		||||
import lombok.Getter;
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * 用户状态
 | 
			
		||||
 *
 | 
			
		||||
 * @author LionLi
 | 
			
		||||
 */
 | 
			
		||||
@Getter
 | 
			
		||||
@AllArgsConstructor
 | 
			
		||||
public enum TenantStatus {
 | 
			
		||||
    /**
 | 
			
		||||
     * 正常
 | 
			
		||||
     */
 | 
			
		||||
    OK("0", "正常"),
 | 
			
		||||
    /**
 | 
			
		||||
     * 停用
 | 
			
		||||
     */
 | 
			
		||||
    DISABLE("1", "停用"),
 | 
			
		||||
    /**
 | 
			
		||||
     * 删除
 | 
			
		||||
     */
 | 
			
		||||
    DELETED("2", "删除");
 | 
			
		||||
 | 
			
		||||
    private final String code;
 | 
			
		||||
    private final String info;
 | 
			
		||||
 | 
			
		||||
}
 | 
			
		||||
@@ -1,62 +0,0 @@
 | 
			
		||||
package org.dromara.common.core.exception;
 | 
			
		||||
 | 
			
		||||
import lombok.AllArgsConstructor;
 | 
			
		||||
import lombok.Data;
 | 
			
		||||
import lombok.EqualsAndHashCode;
 | 
			
		||||
import lombok.NoArgsConstructor;
 | 
			
		||||
 | 
			
		||||
import java.io.Serial;
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * sse 特制异常
 | 
			
		||||
 *
 | 
			
		||||
 * @author LionLi
 | 
			
		||||
 */
 | 
			
		||||
@Data
 | 
			
		||||
@EqualsAndHashCode(callSuper = true)
 | 
			
		||||
@NoArgsConstructor
 | 
			
		||||
@AllArgsConstructor
 | 
			
		||||
public final class SseException extends RuntimeException {
 | 
			
		||||
 | 
			
		||||
    @Serial
 | 
			
		||||
    private static final long serialVersionUID = 1L;
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 错误码
 | 
			
		||||
     */
 | 
			
		||||
    private Integer code;
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 错误提示
 | 
			
		||||
     */
 | 
			
		||||
    private String message;
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 错误明细,内部调试错误
 | 
			
		||||
     */
 | 
			
		||||
    private String detailMessage;
 | 
			
		||||
 | 
			
		||||
    public SseException(String message) {
 | 
			
		||||
        this.message = message;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    public SseException(String message, Integer code) {
 | 
			
		||||
        this.message = message;
 | 
			
		||||
        this.code = code;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    @Override
 | 
			
		||||
    public String getMessage() {
 | 
			
		||||
        return message;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    public SseException setMessage(String message) {
 | 
			
		||||
        this.message = message;
 | 
			
		||||
        return this;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    public SseException setDetailMessage(String detailMessage) {
 | 
			
		||||
        this.detailMessage = detailMessage;
 | 
			
		||||
        return this;
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
@@ -1,9 +1,5 @@
 | 
			
		||||
package org.dromara.common.core.service;
 | 
			
		||||
 | 
			
		||||
import org.dromara.common.core.domain.dto.DeptDTO;
 | 
			
		||||
 | 
			
		||||
import java.util.List;
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * 通用 部门服务
 | 
			
		||||
 *
 | 
			
		||||
@@ -19,19 +15,4 @@ public interface DeptService {
 | 
			
		||||
     */
 | 
			
		||||
    String selectDeptNameByIds(String deptIds);
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 根据部门ID查询部门负责人
 | 
			
		||||
     *
 | 
			
		||||
     * @param deptId 部门ID,用于指定需要查询的部门
 | 
			
		||||
     * @return 返回该部门的负责人ID
 | 
			
		||||
     */
 | 
			
		||||
    Long selectDeptLeaderById(Long deptId);
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 查询部门
 | 
			
		||||
     *
 | 
			
		||||
     * @return 部门列表
 | 
			
		||||
     */
 | 
			
		||||
    List<DeptDTO> selectDeptsByList();
 | 
			
		||||
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
@@ -1,9 +1,5 @@
 | 
			
		||||
package org.dromara.common.core.service;
 | 
			
		||||
 | 
			
		||||
import org.dromara.common.core.domain.dto.DictDataDTO;
 | 
			
		||||
import org.dromara.common.core.domain.dto.DictTypeDTO;
 | 
			
		||||
 | 
			
		||||
import java.util.List;
 | 
			
		||||
import java.util.Map;
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
@@ -68,20 +64,4 @@ public interface DictService {
 | 
			
		||||
     */
 | 
			
		||||
    Map<String, String> getAllDictByDictType(String dictType);
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 根据字典类型查询详细信息
 | 
			
		||||
     *
 | 
			
		||||
     * @param dictType 字典类型
 | 
			
		||||
     * @return 字典类型详细信息
 | 
			
		||||
     */
 | 
			
		||||
    DictTypeDTO getDictType(String dictType);
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 根据字典类型查询字典数据列表
 | 
			
		||||
     *
 | 
			
		||||
     * @param dictType 字典类型
 | 
			
		||||
     * @return 字典数据列表
 | 
			
		||||
     */
 | 
			
		||||
    List<DictDataDTO> getDictData(String dictType);
 | 
			
		||||
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
@@ -1,10 +0,0 @@
 | 
			
		||||
package org.dromara.common.core.service;
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * 通用 岗位服务
 | 
			
		||||
 *
 | 
			
		||||
 * @author AprilWind
 | 
			
		||||
 */
 | 
			
		||||
public interface PostService {
 | 
			
		||||
 | 
			
		||||
}
 | 
			
		||||
@@ -1,10 +0,0 @@
 | 
			
		||||
package org.dromara.common.core.service;
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * 通用 角色服务
 | 
			
		||||
 *
 | 
			
		||||
 * @author AprilWind
 | 
			
		||||
 */
 | 
			
		||||
public interface RoleService {
 | 
			
		||||
 | 
			
		||||
}
 | 
			
		||||
@@ -1,45 +0,0 @@
 | 
			
		||||
package org.dromara.common.core.service;
 | 
			
		||||
 | 
			
		||||
import org.dromara.common.core.domain.dto.TaskAssigneeDTO;
 | 
			
		||||
import org.dromara.common.core.domain.model.TaskAssigneeBody;
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * 工作流设计器获取任务执行人
 | 
			
		||||
 *
 | 
			
		||||
 * @author Lion Li
 | 
			
		||||
 */
 | 
			
		||||
public interface TaskAssigneeService {
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 查询角色并返回任务指派的列表,支持分页
 | 
			
		||||
     *
 | 
			
		||||
     * @param taskQuery 查询条件
 | 
			
		||||
     * @return 办理人
 | 
			
		||||
     */
 | 
			
		||||
    TaskAssigneeDTO selectRolesByTaskAssigneeList(TaskAssigneeBody taskQuery);
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 查询岗位并返回任务指派的列表,支持分页
 | 
			
		||||
     *
 | 
			
		||||
     * @param taskQuery 查询条件
 | 
			
		||||
     * @return 办理人
 | 
			
		||||
     */
 | 
			
		||||
    TaskAssigneeDTO selectPostsByTaskAssigneeList(TaskAssigneeBody taskQuery);
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 查询部门并返回任务指派的列表,支持分页
 | 
			
		||||
     *
 | 
			
		||||
     * @param taskQuery 查询条件
 | 
			
		||||
     * @return 办理人
 | 
			
		||||
     */
 | 
			
		||||
    TaskAssigneeDTO selectDeptsByTaskAssigneeList(TaskAssigneeBody taskQuery);
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 查询用户并返回任务指派的列表,支持分页
 | 
			
		||||
     *
 | 
			
		||||
     * @param taskQuery 查询条件
 | 
			
		||||
     * @return 办理人
 | 
			
		||||
     */
 | 
			
		||||
    TaskAssigneeDTO selectUsersByTaskAssigneeList(TaskAssigneeBody taskQuery);
 | 
			
		||||
 | 
			
		||||
}
 | 
			
		||||
@@ -66,29 +66,4 @@ public interface UserService {
 | 
			
		||||
     * @return 用户ids
 | 
			
		||||
     */
 | 
			
		||||
    List<Long> selectUserIdsByRoleIds(List<Long> roleIds);
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 通过角色ID查询用户
 | 
			
		||||
     *
 | 
			
		||||
     * @param roleIds 角色ids
 | 
			
		||||
     * @return 用户
 | 
			
		||||
     */
 | 
			
		||||
    List<UserDTO> selectUsersByRoleIds(List<Long> roleIds);
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 通过部门ID查询用户
 | 
			
		||||
     *
 | 
			
		||||
     * @param deptIds 部门ids
 | 
			
		||||
     * @return 用户
 | 
			
		||||
     */
 | 
			
		||||
    List<UserDTO> selectUsersByDeptIds(List<Long> deptIds);
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 通过岗位ID查询用户
 | 
			
		||||
     *
 | 
			
		||||
     * @param postIds 岗位ids
 | 
			
		||||
     * @return 用户
 | 
			
		||||
     */
 | 
			
		||||
    List<UserDTO> selectUsersByPostIds(List<Long> postIds);
 | 
			
		||||
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
@@ -1,9 +1,5 @@
 | 
			
		||||
package org.dromara.common.core.service;
 | 
			
		||||
 | 
			
		||||
import org.dromara.common.core.domain.dto.CompleteTaskDTO;
 | 
			
		||||
import org.dromara.common.core.domain.dto.StartProcessDTO;
 | 
			
		||||
import org.dromara.common.core.domain.dto.StartProcessReturnDTO;
 | 
			
		||||
 | 
			
		||||
import java.util.List;
 | 
			
		||||
import java.util.Map;
 | 
			
		||||
 | 
			
		||||
@@ -17,70 +13,64 @@ public interface WorkflowService {
 | 
			
		||||
    /**
 | 
			
		||||
     * 运行中的实例 删除程实例,删除历史记录,删除业务与流程关联信息
 | 
			
		||||
     *
 | 
			
		||||
     * @param businessIds 业务id
 | 
			
		||||
     * @param businessKeys 业务id
 | 
			
		||||
     * @return 结果
 | 
			
		||||
     */
 | 
			
		||||
    boolean deleteInstance(List<Long> businessIds);
 | 
			
		||||
    boolean deleteRunAndHisInstance(List<String> businessKeys);
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 获取当前流程状态
 | 
			
		||||
     *
 | 
			
		||||
     * @param taskId 任务id
 | 
			
		||||
     * @return 状态
 | 
			
		||||
     */
 | 
			
		||||
    String getBusinessStatusByTaskId(Long taskId);
 | 
			
		||||
    String getBusinessStatusByTaskId(String taskId);
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 获取当前流程状态
 | 
			
		||||
     *
 | 
			
		||||
     * @param businessId 业务id
 | 
			
		||||
     * @return 状态
 | 
			
		||||
     * @param businessKey 业务id
 | 
			
		||||
     */
 | 
			
		||||
    String getBusinessStatus(String businessId);
 | 
			
		||||
    String getBusinessStatus(String businessKey);
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 设置流程变量
 | 
			
		||||
     * 设置流程变量(全局变量)
 | 
			
		||||
     *
 | 
			
		||||
     * @param instanceId 流程实例id
 | 
			
		||||
     * @param variable   流程变量
 | 
			
		||||
     * @param taskId       任务id
 | 
			
		||||
     * @param variableName 变量名称
 | 
			
		||||
     * @param value        变量值
 | 
			
		||||
     */
 | 
			
		||||
    void setVariable(Long instanceId, Map<String, Object> variable);
 | 
			
		||||
    void setVariable(String taskId, String variableName, Object value);
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 获取流程变量
 | 
			
		||||
     * 设置流程变量(全局变量)
 | 
			
		||||
     *
 | 
			
		||||
     * @param instanceId 流程实例id
 | 
			
		||||
     * @param taskId    任务id
 | 
			
		||||
     * @param variables 流程变量
 | 
			
		||||
     */
 | 
			
		||||
    Map<String, Object> instanceVariable(Long instanceId);
 | 
			
		||||
    void setVariables(String taskId, Map<String, Object> variables);
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 设置流程变量(本地变量,非全局变量)
 | 
			
		||||
     *
 | 
			
		||||
     * @param taskId       任务id
 | 
			
		||||
     * @param variableName 变量名称
 | 
			
		||||
     * @param value        变量值
 | 
			
		||||
     */
 | 
			
		||||
    void setVariableLocal(String taskId, String variableName, Object value);
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 设置流程变量(本地变量,非全局变量)
 | 
			
		||||
     *
 | 
			
		||||
     * @param taskId    任务id
 | 
			
		||||
     * @param variables 流程变量
 | 
			
		||||
     */
 | 
			
		||||
    void setVariablesLocal(String taskId, Map<String, Object> variables);
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 按照业务id查询流程实例id
 | 
			
		||||
     *
 | 
			
		||||
     * @param businessId 业务id
 | 
			
		||||
     * @param businessKey 业务id
 | 
			
		||||
     * @return 结果
 | 
			
		||||
     */
 | 
			
		||||
    Long getInstanceIdByBusinessId(String businessId);
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 新增租户流程定义
 | 
			
		||||
     *
 | 
			
		||||
     * @param tenantId 租户id
 | 
			
		||||
     */
 | 
			
		||||
    void syncDef(String tenantId);
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 启动流程
 | 
			
		||||
     *
 | 
			
		||||
     * @param startProcess 参数
 | 
			
		||||
     * @return 结果
 | 
			
		||||
     */
 | 
			
		||||
    StartProcessReturnDTO startWorkFlow(StartProcessDTO startProcess);
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 办理任务
 | 
			
		||||
     *
 | 
			
		||||
     * @param completeTask 参数
 | 
			
		||||
     * @return 结果
 | 
			
		||||
     */
 | 
			
		||||
    boolean completeTask(CompleteTaskDTO completeTask);
 | 
			
		||||
    String getInstanceIdByBusinessKey(String businessKey);
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
@@ -1,157 +1,106 @@
 | 
			
		||||
package org.dromara.common.core.utils;
 | 
			
		||||
 | 
			
		||||
import lombok.AccessLevel;
 | 
			
		||||
import lombok.NoArgsConstructor;
 | 
			
		||||
import org.apache.commons.lang3.time.DateFormatUtils;
 | 
			
		||||
import org.dromara.common.core.enums.FormatsType;
 | 
			
		||||
import org.dromara.common.core.exception.ServiceException;
 | 
			
		||||
 | 
			
		||||
import java.lang.management.ManagementFactory;
 | 
			
		||||
import java.text.ParseException;
 | 
			
		||||
import java.text.SimpleDateFormat;
 | 
			
		||||
import java.time.*;
 | 
			
		||||
import java.time.LocalDate;
 | 
			
		||||
import java.time.LocalDateTime;
 | 
			
		||||
import java.time.LocalTime;
 | 
			
		||||
import java.time.ZoneId;
 | 
			
		||||
import java.time.ZonedDateTime;
 | 
			
		||||
import java.util.Date;
 | 
			
		||||
import java.util.concurrent.TimeUnit;
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * 时间工具类
 | 
			
		||||
 *
 | 
			
		||||
 * @author ruoyi
 | 
			
		||||
 */
 | 
			
		||||
@NoArgsConstructor(access = AccessLevel.PRIVATE)
 | 
			
		||||
public class DateUtils extends org.apache.commons.lang3.time.DateUtils {
 | 
			
		||||
 | 
			
		||||
    public static final String YYYY = "yyyy";
 | 
			
		||||
 | 
			
		||||
    public static final String YYYY_MM = "yyyy-MM";
 | 
			
		||||
 | 
			
		||||
    public static final String YYYY_MM_DD = "yyyy-MM-dd";
 | 
			
		||||
 | 
			
		||||
    public static final String YYYYMMDDHHMMSS = "yyyyMMddHHmmss";
 | 
			
		||||
 | 
			
		||||
    public static final String YYYY_MM_DD_HH_MM_SS = "yyyy-MM-dd HH:mm:ss";
 | 
			
		||||
 | 
			
		||||
    private static final String[] PARSE_PATTERNS = {
 | 
			
		||||
        "yyyy-MM-dd", "yyyy-MM-dd HH:mm:ss", "yyyy-MM-dd HH:mm", "yyyy-MM",
 | 
			
		||||
        "yyyy/MM/dd", "yyyy/MM/dd HH:mm:ss", "yyyy/MM/dd HH:mm", "yyyy/MM",
 | 
			
		||||
        "yyyy.MM.dd", "yyyy.MM.dd HH:mm:ss", "yyyy.MM.dd HH:mm", "yyyy.MM"};
 | 
			
		||||
 | 
			
		||||
    @Deprecated
 | 
			
		||||
    private DateUtils() {
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 获取当前日期和时间
 | 
			
		||||
     * 获取当前Date型日期
 | 
			
		||||
     *
 | 
			
		||||
     * @return 当前日期和时间的 Date 对象表示
 | 
			
		||||
     * @return Date() 当前日期
 | 
			
		||||
     */
 | 
			
		||||
    public static Date getNowDate() {
 | 
			
		||||
        return new Date();
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 获取当前日期的字符串表示,格式为YYYY-MM-DD
 | 
			
		||||
     * 获取当前日期, 默认格式为yyyy-MM-dd
 | 
			
		||||
     *
 | 
			
		||||
     * @return 当前日期的字符串表示
 | 
			
		||||
     * @return String
 | 
			
		||||
     */
 | 
			
		||||
    public static String getDate() {
 | 
			
		||||
        return dateTimeNow(FormatsType.YYYY_MM_DD);
 | 
			
		||||
        return dateTimeNow(YYYY_MM_DD);
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 获取当前日期的字符串表示,格式为yyyyMMdd
 | 
			
		||||
     *
 | 
			
		||||
     * @return 当前日期的字符串表示
 | 
			
		||||
     */
 | 
			
		||||
    public static String getCurrentDate() {
 | 
			
		||||
        return DateFormatUtils.format(new Date(), FormatsType.YYYYMMDD.getTimeFormat());
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 获取当前日期的路径格式字符串,格式为"yyyy/MM/dd"
 | 
			
		||||
     *
 | 
			
		||||
     * @return 当前日期的路径格式字符串
 | 
			
		||||
     */
 | 
			
		||||
    public static String datePath() {
 | 
			
		||||
        Date now = new Date();
 | 
			
		||||
        return DateFormatUtils.format(now, FormatsType.YYYY_MM_DD_SLASH.getTimeFormat());
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 获取当前时间的字符串表示,格式为YYYY-MM-DD HH:MM:SS
 | 
			
		||||
     *
 | 
			
		||||
     * @return 当前时间的字符串表示
 | 
			
		||||
     */
 | 
			
		||||
    public static String getTime() {
 | 
			
		||||
        return dateTimeNow(FormatsType.YYYY_MM_DD_HH_MM_SS);
 | 
			
		||||
        return dateTimeNow(YYYY_MM_DD_HH_MM_SS);
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 获取当前时间的字符串表示,格式为 "HH:MM:SS"
 | 
			
		||||
     *
 | 
			
		||||
     * @return 当前时间的字符串表示,格式为 "HH:MM:SS"
 | 
			
		||||
     */
 | 
			
		||||
    public static String getTimeWithHourMinuteSecond() {
 | 
			
		||||
        return dateTimeNow(FormatsType.HH_MM_SS);
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 获取当前日期和时间的字符串表示,格式为YYYYMMDDHHMMSS
 | 
			
		||||
     *
 | 
			
		||||
     * @return 当前日期和时间的字符串表示
 | 
			
		||||
     */
 | 
			
		||||
    public static String dateTimeNow() {
 | 
			
		||||
        return dateTimeNow(FormatsType.YYYYMMDDHHMMSS);
 | 
			
		||||
        return dateTimeNow(YYYYMMDDHHMMSS);
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 获取当前日期和时间的指定格式的字符串表示
 | 
			
		||||
     *
 | 
			
		||||
     * @param format 日期时间格式,例如"YYYY-MM-DD HH:MM:SS"
 | 
			
		||||
     * @return 当前日期和时间的字符串表示
 | 
			
		||||
     */
 | 
			
		||||
    public static String dateTimeNow(final FormatsType format) {
 | 
			
		||||
    public static String dateTimeNow(final String format) {
 | 
			
		||||
        return parseDateToStr(format, new Date());
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 将指定日期格式化为 YYYY-MM-DD 格式的字符串
 | 
			
		||||
     *
 | 
			
		||||
     * @param date 要格式化的日期对象
 | 
			
		||||
     * @return 格式化后的日期字符串
 | 
			
		||||
     */
 | 
			
		||||
    public static String formatDate(final Date date) {
 | 
			
		||||
        return parseDateToStr(FormatsType.YYYY_MM_DD, date);
 | 
			
		||||
    public static String dateTime(final Date date) {
 | 
			
		||||
        return parseDateToStr(YYYY_MM_DD, date);
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 将指定日期格式化为 YYYY-MM-DD HH:MM:SS 格式的字符串
 | 
			
		||||
     *
 | 
			
		||||
     * @param date 要格式化的日期对象
 | 
			
		||||
     * @return 格式化后的日期时间字符串
 | 
			
		||||
     */
 | 
			
		||||
    public static String formatDateTime(final Date date) {
 | 
			
		||||
        return parseDateToStr(FormatsType.YYYY_MM_DD_HH_MM_SS, date);
 | 
			
		||||
    public static String parseDateToStr(final String format, final Date date) {
 | 
			
		||||
        return new SimpleDateFormat(format).format(date);
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 将指定日期按照指定格式进行格式化
 | 
			
		||||
     *
 | 
			
		||||
     * @param format 要使用的日期时间格式,例如"YYYY-MM-DD HH:MM:SS"
 | 
			
		||||
     * @param date   要格式化的日期对象
 | 
			
		||||
     * @return 格式化后的日期时间字符串
 | 
			
		||||
     */
 | 
			
		||||
    public static String parseDateToStr(final FormatsType format, final Date date) {
 | 
			
		||||
        return new SimpleDateFormat(format.getTimeFormat()).format(date);
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 将指定格式的日期时间字符串转换为 Date 对象
 | 
			
		||||
     *
 | 
			
		||||
     * @param format 要解析的日期时间格式,例如"YYYY-MM-DD HH:MM:SS"
 | 
			
		||||
     * @param ts     要解析的日期时间字符串
 | 
			
		||||
     * @return 解析后的 Date 对象
 | 
			
		||||
     * @throws RuntimeException 如果解析过程中发生异常
 | 
			
		||||
     */
 | 
			
		||||
    public static Date parseDateTime(final FormatsType format, final String ts) {
 | 
			
		||||
    public static Date dateTime(final String format, final String ts) {
 | 
			
		||||
        try {
 | 
			
		||||
            return new SimpleDateFormat(format.getTimeFormat()).parse(ts);
 | 
			
		||||
            return new SimpleDateFormat(format).parse(ts);
 | 
			
		||||
        } catch (ParseException e) {
 | 
			
		||||
            throw new RuntimeException(e);
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 将对象转换为日期对象
 | 
			
		||||
     *
 | 
			
		||||
     * @param str 要转换的对象,通常是字符串
 | 
			
		||||
     * @return 转换后的日期对象,如果转换失败或输入为null,则返回null
 | 
			
		||||
     * 日期路径 即年/月/日 如2018/08/08
 | 
			
		||||
     */
 | 
			
		||||
    public static String datePath() {
 | 
			
		||||
        Date now = new Date();
 | 
			
		||||
        return DateFormatUtils.format(now, "yyyy/MM/dd");
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 日期路径 即年/月/日 如20180808
 | 
			
		||||
     */
 | 
			
		||||
    public static String dateTime() {
 | 
			
		||||
        Date now = new Date();
 | 
			
		||||
        return DateFormatUtils.format(now, "yyyyMMdd");
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 日期型字符串转化为日期 格式
 | 
			
		||||
     */
 | 
			
		||||
    public static Date parseDate(Object str) {
 | 
			
		||||
        if (str == null) {
 | 
			
		||||
@@ -166,8 +115,6 @@ public class DateUtils extends org.apache.commons.lang3.time.DateUtils {
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 获取服务器启动时间
 | 
			
		||||
     *
 | 
			
		||||
     * @return 服务器启动时间的 Date 对象表示
 | 
			
		||||
     */
 | 
			
		||||
    public static Date getServerStartDate() {
 | 
			
		||||
        long time = ManagementFactory.getRuntimeMXBean().getStartTime();
 | 
			
		||||
@@ -175,66 +122,35 @@ public class DateUtils extends org.apache.commons.lang3.time.DateUtils {
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 计算两个日期之间的天数差(以毫秒为单位)
 | 
			
		||||
     *
 | 
			
		||||
     * @param date1 第一个日期
 | 
			
		||||
     * @param date2 第二个日期
 | 
			
		||||
     * @return 两个日期之间的天数差的绝对值
 | 
			
		||||
     * 计算相差天数
 | 
			
		||||
     */
 | 
			
		||||
    public static int differentDaysByMillisecond(Date date1, Date date2) {
 | 
			
		||||
        return Math.abs((int) ((date2.getTime() - date1.getTime()) / (1000 * 3600 * 24)));
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 计算两个日期之间的时间差,并以天、小时和分钟的格式返回
 | 
			
		||||
     *
 | 
			
		||||
     * @param endDate 结束日期
 | 
			
		||||
     * @param nowDate 当前日期
 | 
			
		||||
     * @return 表示时间差的字符串,格式为"天 小时 分钟"
 | 
			
		||||
     * 计算两个时间差
 | 
			
		||||
     */
 | 
			
		||||
    public static String getDatePoor(Date endDate, Date nowDate) {
 | 
			
		||||
        long diffInMillis = endDate.getTime() - nowDate.getTime();
 | 
			
		||||
        long day = TimeUnit.MILLISECONDS.toDays(diffInMillis);
 | 
			
		||||
        long hour = TimeUnit.MILLISECONDS.toHours(diffInMillis) % 24;
 | 
			
		||||
        long min = TimeUnit.MILLISECONDS.toMinutes(diffInMillis) % 60;
 | 
			
		||||
        return String.format("%d天 %d小时 %d分钟", day, hour, min);
 | 
			
		||||
        long nd = 1000 * 24 * 60 * 60;
 | 
			
		||||
        long nh = 1000 * 60 * 60;
 | 
			
		||||
        long nm = 1000 * 60;
 | 
			
		||||
        // long ns = 1000;
 | 
			
		||||
        // 获得两个时间的毫秒时间差异
 | 
			
		||||
        long diff = endDate.getTime() - nowDate.getTime();
 | 
			
		||||
        // 计算差多少天
 | 
			
		||||
        long day = diff / nd;
 | 
			
		||||
        // 计算差多少小时
 | 
			
		||||
        long hour = diff % nd / nh;
 | 
			
		||||
        // 计算差多少分钟
 | 
			
		||||
        long min = diff % nd % nh / nm;
 | 
			
		||||
        // 计算差多少秒//输出结果
 | 
			
		||||
        // long sec = diff % nd % nh % nm / ns;
 | 
			
		||||
        return day + "天" + hour + "小时" + min + "分钟";
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 计算两个时间点的差值(天、小时、分钟、秒),当值为0时不显示该单位
 | 
			
		||||
     *
 | 
			
		||||
     * @param endDate 结束时间
 | 
			
		||||
     * @param nowDate 当前时间
 | 
			
		||||
     * @return 时间差字符串,格式为 "x天 x小时 x分钟 x秒",若为 0 则不显示
 | 
			
		||||
     */
 | 
			
		||||
    public static String getTimeDifference(Date endDate, Date nowDate) {
 | 
			
		||||
        long diffInMillis = endDate.getTime() - nowDate.getTime();
 | 
			
		||||
        long day = TimeUnit.MILLISECONDS.toDays(diffInMillis);
 | 
			
		||||
        long hour = TimeUnit.MILLISECONDS.toHours(diffInMillis) % 24;
 | 
			
		||||
        long min = TimeUnit.MILLISECONDS.toMinutes(diffInMillis) % 60;
 | 
			
		||||
        long sec = TimeUnit.MILLISECONDS.toSeconds(diffInMillis) % 60;
 | 
			
		||||
        // 构建时间差字符串,条件是值不为0才显示
 | 
			
		||||
        StringBuilder result = new StringBuilder();
 | 
			
		||||
        if (day > 0) {
 | 
			
		||||
            result.append(String.format("%d天 ", day));
 | 
			
		||||
        }
 | 
			
		||||
        if (hour > 0) {
 | 
			
		||||
            result.append(String.format("%d小时 ", hour));
 | 
			
		||||
        }
 | 
			
		||||
        if (min > 0) {
 | 
			
		||||
            result.append(String.format("%d分钟 ", min));
 | 
			
		||||
        }
 | 
			
		||||
        if (sec > 0) {
 | 
			
		||||
            result.append(String.format("%d秒", sec));
 | 
			
		||||
        }
 | 
			
		||||
        return result.length() > 0 ? result.toString().trim() : "0秒";
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 将 LocalDateTime 对象转换为 Date 对象
 | 
			
		||||
     *
 | 
			
		||||
     * @param temporalAccessor 要转换的 LocalDateTime 对象
 | 
			
		||||
     * @return 转换后的 Date 对象
 | 
			
		||||
     * 增加 LocalDateTime ==> Date
 | 
			
		||||
     */
 | 
			
		||||
    public static Date toDate(LocalDateTime temporalAccessor) {
 | 
			
		||||
        ZonedDateTime zdt = temporalAccessor.atZone(ZoneId.systemDefault());
 | 
			
		||||
@@ -242,46 +158,11 @@ public class DateUtils extends org.apache.commons.lang3.time.DateUtils {
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 将 LocalDate 对象转换为 Date 对象
 | 
			
		||||
     *
 | 
			
		||||
     * @param temporalAccessor 要转换的 LocalDate 对象
 | 
			
		||||
     * @return 转换后的 Date 对象
 | 
			
		||||
     * 增加 LocalDate ==> Date
 | 
			
		||||
     */
 | 
			
		||||
    public static Date toDate(LocalDate temporalAccessor) {
 | 
			
		||||
        LocalDateTime localDateTime = LocalDateTime.of(temporalAccessor, LocalTime.of(0, 0, 0));
 | 
			
		||||
        ZonedDateTime zdt = localDateTime.atZone(ZoneId.systemDefault());
 | 
			
		||||
        return Date.from(zdt.toInstant());
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 校验日期范围
 | 
			
		||||
     *
 | 
			
		||||
     * @param startDate 开始日期
 | 
			
		||||
     * @param endDate   结束日期
 | 
			
		||||
     * @param maxValue  最大时间跨度的限制值
 | 
			
		||||
     * @param unit      时间跨度的单位,可选择 "DAYS"、"HOURS" 或 "MINUTES"
 | 
			
		||||
     */
 | 
			
		||||
    public static void validateDateRange(Date startDate, Date endDate, int maxValue, TimeUnit unit) {
 | 
			
		||||
        // 校验结束日期不能早于开始日期
 | 
			
		||||
        if (endDate.before(startDate)) {
 | 
			
		||||
            throw new ServiceException("结束日期不能早于开始日期");
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        // 计算时间跨度
 | 
			
		||||
        long diffInMillis = endDate.getTime() - startDate.getTime();
 | 
			
		||||
 | 
			
		||||
        // 根据单位转换时间跨度
 | 
			
		||||
        long diff = switch (unit) {
 | 
			
		||||
            case DAYS -> TimeUnit.MILLISECONDS.toDays(diffInMillis);
 | 
			
		||||
            case HOURS -> TimeUnit.MILLISECONDS.toHours(diffInMillis);
 | 
			
		||||
            case MINUTES -> TimeUnit.MILLISECONDS.toMinutes(diffInMillis);
 | 
			
		||||
            default -> throw new IllegalArgumentException("不支持的时间单位");
 | 
			
		||||
        };
 | 
			
		||||
 | 
			
		||||
        // 校验时间跨度不超过最大限制
 | 
			
		||||
        if (diff > maxValue) {
 | 
			
		||||
            throw new ServiceException("最大时间跨度为 " + maxValue + " " + unit.toString().toLowerCase());
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
@@ -1,60 +0,0 @@
 | 
			
		||||
package org.dromara.common.core.utils;
 | 
			
		||||
 | 
			
		||||
import cn.hutool.core.util.ObjectUtil;
 | 
			
		||||
import lombok.AccessLevel;
 | 
			
		||||
import lombok.NoArgsConstructor;
 | 
			
		||||
 | 
			
		||||
import java.util.function.Function;
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * 对象工具类
 | 
			
		||||
 *
 | 
			
		||||
 * @author 秋辞未寒
 | 
			
		||||
 */
 | 
			
		||||
@NoArgsConstructor(access = AccessLevel.PRIVATE)
 | 
			
		||||
public class ObjectUtils extends ObjectUtil {
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 如果对象不为空,则获取对象中的某个字段 ObjectUtils.notNullGetter(user, User::getName);
 | 
			
		||||
     *
 | 
			
		||||
     * @param obj 对象
 | 
			
		||||
     * @param func 获取方法
 | 
			
		||||
     * @return 对象字段
 | 
			
		||||
     */
 | 
			
		||||
    public static <T, E> E notNullGetter(T obj, Function<T, E> func) {
 | 
			
		||||
        if (isNotNull(obj) && isNotNull(func)) {
 | 
			
		||||
            return func.apply(obj);
 | 
			
		||||
        }
 | 
			
		||||
        return null;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 如果对象不为空,则获取对象中的某个字段,否则返回默认值
 | 
			
		||||
     *
 | 
			
		||||
     * @param obj          对象
 | 
			
		||||
     * @param func         获取方法
 | 
			
		||||
     * @param defaultValue 默认值
 | 
			
		||||
     * @return 对象字段
 | 
			
		||||
     */
 | 
			
		||||
    public static <T, E> E notNullGetter(T obj, Function<T, E> func, E defaultValue) {
 | 
			
		||||
        if (isNotNull(obj) && isNotNull(func)) {
 | 
			
		||||
            return func.apply(obj);
 | 
			
		||||
        }
 | 
			
		||||
        return defaultValue;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 如果值不为空,则返回值,否则返回默认值
 | 
			
		||||
     *
 | 
			
		||||
     * @param obj          对象
 | 
			
		||||
     * @param defaultValue 默认值
 | 
			
		||||
     * @return 对象字段
 | 
			
		||||
     */
 | 
			
		||||
    public static <T> T notNull(T obj, T defaultValue) {
 | 
			
		||||
        if (isNotNull(obj)) {
 | 
			
		||||
            return obj;
 | 
			
		||||
        }
 | 
			
		||||
        return defaultValue;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
}
 | 
			
		||||
@@ -25,7 +25,7 @@ import java.util.HashMap;
 | 
			
		||||
import java.util.Map;
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * 客户端工具类,提供获取请求参数、响应处理、头部信息等常用操作
 | 
			
		||||
 * 客户端工具类
 | 
			
		||||
 *
 | 
			
		||||
 * @author ruoyi
 | 
			
		||||
 */
 | 
			
		||||
@@ -33,73 +33,52 @@ import java.util.Map;
 | 
			
		||||
public class ServletUtils extends JakartaServletUtil {
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 获取指定名称的 String 类型的请求参数
 | 
			
		||||
     *
 | 
			
		||||
     * @param name 参数名
 | 
			
		||||
     * @return 参数值
 | 
			
		||||
     * 获取String参数
 | 
			
		||||
     */
 | 
			
		||||
    public static String getParameter(String name) {
 | 
			
		||||
        return getRequest().getParameter(name);
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 获取指定名称的 String 类型的请求参数,若参数不存在,则返回默认值
 | 
			
		||||
     *
 | 
			
		||||
     * @param name         参数名
 | 
			
		||||
     * @param defaultValue 默认值
 | 
			
		||||
     * @return 参数值或默认值
 | 
			
		||||
     * 获取String参数
 | 
			
		||||
     */
 | 
			
		||||
    public static String getParameter(String name, String defaultValue) {
 | 
			
		||||
        return Convert.toStr(getRequest().getParameter(name), defaultValue);
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 获取指定名称的 Integer 类型的请求参数
 | 
			
		||||
     *
 | 
			
		||||
     * @param name 参数名
 | 
			
		||||
     * @return 参数值
 | 
			
		||||
     * 获取Integer参数
 | 
			
		||||
     */
 | 
			
		||||
    public static Integer getParameterToInt(String name) {
 | 
			
		||||
        return Convert.toInt(getRequest().getParameter(name));
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 获取指定名称的 Integer 类型的请求参数,若参数不存在,则返回默认值
 | 
			
		||||
     *
 | 
			
		||||
     * @param name         参数名
 | 
			
		||||
     * @param defaultValue 默认值
 | 
			
		||||
     * @return 参数值或默认值
 | 
			
		||||
     * 获取Integer参数
 | 
			
		||||
     */
 | 
			
		||||
    public static Integer getParameterToInt(String name, Integer defaultValue) {
 | 
			
		||||
        return Convert.toInt(getRequest().getParameter(name), defaultValue);
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 获取指定名称的 Boolean 类型的请求参数
 | 
			
		||||
     *
 | 
			
		||||
     * @param name 参数名
 | 
			
		||||
     * @return 参数值
 | 
			
		||||
     * 获取Boolean参数
 | 
			
		||||
     */
 | 
			
		||||
    public static Boolean getParameterToBool(String name) {
 | 
			
		||||
        return Convert.toBool(getRequest().getParameter(name));
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 获取指定名称的 Boolean 类型的请求参数,若参数不存在,则返回默认值
 | 
			
		||||
     *
 | 
			
		||||
     * @param name         参数名
 | 
			
		||||
     * @param defaultValue 默认值
 | 
			
		||||
     * @return 参数值或默认值
 | 
			
		||||
     * 获取Boolean参数
 | 
			
		||||
     */
 | 
			
		||||
    public static Boolean getParameterToBool(String name, Boolean defaultValue) {
 | 
			
		||||
        return Convert.toBool(getRequest().getParameter(name), defaultValue);
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 获取所有请求参数(以 Map 的形式返回)
 | 
			
		||||
     * 获得所有请求参数
 | 
			
		||||
     *
 | 
			
		||||
     * @param request 请求对象{@link ServletRequest}
 | 
			
		||||
     * @return 请求参数的 Map,键为参数名,值为参数值数组
 | 
			
		||||
     * @return Map
 | 
			
		||||
     */
 | 
			
		||||
    public static Map<String, String[]> getParams(ServletRequest request) {
 | 
			
		||||
        final Map<String, String[]> map = request.getParameterMap();
 | 
			
		||||
@@ -107,10 +86,10 @@ public class ServletUtils extends JakartaServletUtil {
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 获取所有请求参数(以 Map 的形式返回,值为字符串形式的拼接)
 | 
			
		||||
     * 获得所有请求参数
 | 
			
		||||
     *
 | 
			
		||||
     * @param request 请求对象{@link ServletRequest}
 | 
			
		||||
     * @return 请求参数的 Map,键为参数名,值为拼接后的字符串
 | 
			
		||||
     * @return Map
 | 
			
		||||
     */
 | 
			
		||||
    public static Map<String, String> getParamMap(ServletRequest request) {
 | 
			
		||||
        Map<String, String> params = new HashMap<>();
 | 
			
		||||
@@ -121,9 +100,7 @@ public class ServletUtils extends JakartaServletUtil {
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 获取当前 HTTP 请求对象
 | 
			
		||||
     *
 | 
			
		||||
     * @return 当前 HTTP 请求对象
 | 
			
		||||
     * 获取request
 | 
			
		||||
     */
 | 
			
		||||
    public static HttpServletRequest getRequest() {
 | 
			
		||||
        try {
 | 
			
		||||
@@ -134,9 +111,7 @@ public class ServletUtils extends JakartaServletUtil {
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 获取当前 HTTP 响应对象
 | 
			
		||||
     *
 | 
			
		||||
     * @return 当前 HTTP 响应对象
 | 
			
		||||
     * 获取response
 | 
			
		||||
     */
 | 
			
		||||
    public static HttpServletResponse getResponse() {
 | 
			
		||||
        try {
 | 
			
		||||
@@ -147,25 +122,12 @@ public class ServletUtils extends JakartaServletUtil {
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 获取当前请求的 HttpSession 对象
 | 
			
		||||
     * <p>
 | 
			
		||||
     * 如果当前请求已经关联了一个会话(即已经存在有效的 session ID),
 | 
			
		||||
     * 则返回该会话对象;如果没有关联会话,则会创建一个新的会话对象并返回。
 | 
			
		||||
     * <p>
 | 
			
		||||
     * HttpSession 用于存储会话级别的数据,如用户登录信息、购物车内容等,
 | 
			
		||||
     * 可以在多个请求之间共享会话数据
 | 
			
		||||
     *
 | 
			
		||||
     * @return 当前请求的 HttpSession 对象
 | 
			
		||||
     * 获取session
 | 
			
		||||
     */
 | 
			
		||||
    public static HttpSession getSession() {
 | 
			
		||||
        return getRequest().getSession();
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 获取当前请求的请求属性
 | 
			
		||||
     *
 | 
			
		||||
     * @return {@link ServletRequestAttributes} 请求属性对象
 | 
			
		||||
     */
 | 
			
		||||
    public static ServletRequestAttributes getRequestAttributes() {
 | 
			
		||||
        try {
 | 
			
		||||
            RequestAttributes attributes = RequestContextHolder.getRequestAttributes();
 | 
			
		||||
@@ -175,13 +137,6 @@ public class ServletUtils extends JakartaServletUtil {
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 获取指定请求头的值,如果头部为空则返回空字符串
 | 
			
		||||
     *
 | 
			
		||||
     * @param request 请求对象
 | 
			
		||||
     * @param name    头部名称
 | 
			
		||||
     * @return 头部值
 | 
			
		||||
     */
 | 
			
		||||
    public static String getHeader(HttpServletRequest request, String name) {
 | 
			
		||||
        String value = request.getHeader(name);
 | 
			
		||||
        if (StringUtils.isEmpty(value)) {
 | 
			
		||||
@@ -190,12 +145,6 @@ public class ServletUtils extends JakartaServletUtil {
 | 
			
		||||
        return urlDecode(value);
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 获取所有请求头的 Map,键为头部名称,值为头部值
 | 
			
		||||
     *
 | 
			
		||||
     * @param request 请求对象
 | 
			
		||||
     * @return 请求头的 Map
 | 
			
		||||
     */
 | 
			
		||||
    public static Map<String, String> getHeaders(HttpServletRequest request) {
 | 
			
		||||
        Map<String, String> map = new LinkedCaseInsensitiveMap<>();
 | 
			
		||||
        Enumeration<String> enumeration = request.getHeaderNames();
 | 
			
		||||
@@ -210,7 +159,7 @@ public class ServletUtils extends JakartaServletUtil {
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 将字符串渲染到客户端(以 JSON 格式返回)
 | 
			
		||||
     * 将字符串渲染到客户端
 | 
			
		||||
     *
 | 
			
		||||
     * @param response 渲染对象
 | 
			
		||||
     * @param string   待渲染的字符串
 | 
			
		||||
@@ -227,47 +176,37 @@ public class ServletUtils extends JakartaServletUtil {
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 判断当前请求是否为 Ajax 异步请求
 | 
			
		||||
     * 是否是Ajax异步请求
 | 
			
		||||
     *
 | 
			
		||||
     * @param request 请求对象
 | 
			
		||||
     * @return 是否为 Ajax 请求
 | 
			
		||||
     * @param request
 | 
			
		||||
     */
 | 
			
		||||
    public static boolean isAjaxRequest(HttpServletRequest request) {
 | 
			
		||||
 | 
			
		||||
        // 判断 Accept 头部是否包含 application/json
 | 
			
		||||
        String accept = request.getHeader("accept");
 | 
			
		||||
        if (accept != null && accept.contains(MediaType.APPLICATION_JSON_VALUE)) {
 | 
			
		||||
            return true;
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        // 判断 X-Requested-With 头部是否包含 XMLHttpRequest
 | 
			
		||||
        String xRequestedWith = request.getHeader("X-Requested-With");
 | 
			
		||||
        if (xRequestedWith != null && xRequestedWith.contains("XMLHttpRequest")) {
 | 
			
		||||
            return true;
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        // 判断 URI 后缀是否为 .json 或 .xml
 | 
			
		||||
        String uri = request.getRequestURI();
 | 
			
		||||
        if (StringUtils.equalsAnyIgnoreCase(uri, ".json", ".xml")) {
 | 
			
		||||
            return true;
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        // 判断请求参数 __ajax 是否为 json 或 xml
 | 
			
		||||
        String ajax = request.getParameter("__ajax");
 | 
			
		||||
        return StringUtils.equalsAnyIgnoreCase(ajax, "json", "xml");
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 获取客户端 IP 地址
 | 
			
		||||
     *
 | 
			
		||||
     * @return 客户端 IP 地址
 | 
			
		||||
     */
 | 
			
		||||
    public static String getClientIP() {
 | 
			
		||||
        return getClientIP(getRequest());
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 对内容进行 URL 编码
 | 
			
		||||
     * 内容编码
 | 
			
		||||
     *
 | 
			
		||||
     * @param str 内容
 | 
			
		||||
     * @return 编码后的内容
 | 
			
		||||
@@ -277,7 +216,7 @@ public class ServletUtils extends JakartaServletUtil {
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 对内容进行 URL 解码
 | 
			
		||||
     * 内容解码
 | 
			
		||||
     *
 | 
			
		||||
     * @param str 内容
 | 
			
		||||
     * @return 解码后的内容
 | 
			
		||||
 
 | 
			
		||||
@@ -7,7 +7,6 @@ import lombok.NoArgsConstructor;
 | 
			
		||||
 | 
			
		||||
import java.util.*;
 | 
			
		||||
import java.util.function.BiFunction;
 | 
			
		||||
import java.util.function.Consumer;
 | 
			
		||||
import java.util.function.Function;
 | 
			
		||||
import java.util.function.Predicate;
 | 
			
		||||
import java.util.stream.Collectors;
 | 
			
		||||
@@ -35,34 +34,6 @@ public class StreamUtils {
 | 
			
		||||
        return collection.stream().filter(function).collect(Collectors.toList());
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 找到流中满足条件的第一个元素
 | 
			
		||||
     *
 | 
			
		||||
     * @param collection 需要查询的集合
 | 
			
		||||
     * @param function   过滤方法
 | 
			
		||||
     * @return 找到符合条件的第一个元素,没有则返回null
 | 
			
		||||
     */
 | 
			
		||||
    public static <E> E findFirst(Collection<E> collection, Predicate<E> function) {
 | 
			
		||||
        if (CollUtil.isEmpty(collection)) {
 | 
			
		||||
            return null;
 | 
			
		||||
        }
 | 
			
		||||
        return collection.stream().filter(function).findFirst().orElse(null);
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 找到流中任意一个满足条件的元素
 | 
			
		||||
     *
 | 
			
		||||
     * @param collection 需要查询的集合
 | 
			
		||||
     * @param function   过滤方法
 | 
			
		||||
     * @return 找到符合条件的任意一个元素,没有则返回null
 | 
			
		||||
     */
 | 
			
		||||
    public static <E> Optional<E> findAny(Collection<E> collection, Predicate<E> function) {
 | 
			
		||||
        if (CollUtil.isEmpty(collection)) {
 | 
			
		||||
            return Optional.empty();
 | 
			
		||||
        }
 | 
			
		||||
        return collection.stream().filter(function).findAny();
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 将collection拼接
 | 
			
		||||
     *
 | 
			
		||||
 
 | 
			
		||||
@@ -4,6 +4,8 @@ import cn.hutool.core.collection.CollUtil;
 | 
			
		||||
import cn.hutool.core.convert.Convert;
 | 
			
		||||
import cn.hutool.core.lang.Validator;
 | 
			
		||||
import cn.hutool.core.util.StrUtil;
 | 
			
		||||
import lombok.AccessLevel;
 | 
			
		||||
import lombok.NoArgsConstructor;
 | 
			
		||||
import org.springframework.util.AntPathMatcher;
 | 
			
		||||
 | 
			
		||||
import java.util.*;
 | 
			
		||||
@@ -15,16 +17,13 @@ import java.util.stream.Collectors;
 | 
			
		||||
 *
 | 
			
		||||
 * @author Lion Li
 | 
			
		||||
 */
 | 
			
		||||
@NoArgsConstructor(access = AccessLevel.PRIVATE)
 | 
			
		||||
public class StringUtils extends org.apache.commons.lang3.StringUtils {
 | 
			
		||||
 | 
			
		||||
    public static final String SEPARATOR = ",";
 | 
			
		||||
 | 
			
		||||
    public static final String SLASH = "/";
 | 
			
		||||
 | 
			
		||||
    @Deprecated
 | 
			
		||||
    private StringUtils() {
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 获取参数不为空值
 | 
			
		||||
     *
 | 
			
		||||
@@ -318,25 +317,7 @@ public class StringUtils extends org.apache.commons.lang3.StringUtils {
 | 
			
		||||
            .stream()
 | 
			
		||||
            .filter(Objects::nonNull)
 | 
			
		||||
            .map(mapper)
 | 
			
		||||
            .filter(Objects::nonNull)
 | 
			
		||||
            .collect(Collectors.toList());
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 不区分大小写检查 CharSequence 是否以指定的前缀开头。
 | 
			
		||||
     *
 | 
			
		||||
     * @param str     要检查的 CharSequence 可能为 null
 | 
			
		||||
     * @param prefixs 要查找的前缀可能为 null
 | 
			
		||||
     * @return 是否包含
 | 
			
		||||
     */
 | 
			
		||||
    public static boolean startWithAnyIgnoreCase(CharSequence str, CharSequence... prefixs) {
 | 
			
		||||
        // 判断是否是以指定字符串开头
 | 
			
		||||
        for (CharSequence prefix : prefixs) {
 | 
			
		||||
            if (StringUtils.startsWithIgnoreCase(str, prefix)) {
 | 
			
		||||
                return true;
 | 
			
		||||
            }
 | 
			
		||||
        }
 | 
			
		||||
        return false;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
@@ -14,6 +14,18 @@ import java.util.concurrent.*;
 | 
			
		||||
@Slf4j
 | 
			
		||||
@NoArgsConstructor(access = AccessLevel.PRIVATE)
 | 
			
		||||
public class Threads {
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * sleep等待,单位为毫秒
 | 
			
		||||
     */
 | 
			
		||||
    public static void sleep(long milliseconds) {
 | 
			
		||||
        try {
 | 
			
		||||
            Thread.sleep(milliseconds);
 | 
			
		||||
        } catch (InterruptedException e) {
 | 
			
		||||
            return;
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 停止线程池
 | 
			
		||||
     * 先使用shutdown, 停止接收新任务并尝试完成所有已存在任务.
 | 
			
		||||
 
 | 
			
		||||
@@ -5,13 +5,11 @@ import cn.hutool.core.lang.tree.Tree;
 | 
			
		||||
import cn.hutool.core.lang.tree.TreeNodeConfig;
 | 
			
		||||
import cn.hutool.core.lang.tree.TreeUtil;
 | 
			
		||||
import cn.hutool.core.lang.tree.parser.NodeParser;
 | 
			
		||||
import org.dromara.common.core.utils.reflect.ReflectUtils;
 | 
			
		||||
import lombok.AccessLevel;
 | 
			
		||||
import lombok.NoArgsConstructor;
 | 
			
		||||
import org.dromara.common.core.utils.reflect.ReflectUtils;
 | 
			
		||||
 | 
			
		||||
import java.util.List;
 | 
			
		||||
import java.util.stream.Collectors;
 | 
			
		||||
import java.util.stream.Stream;
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * 扩展 hutool TreeUtil 封装系统树构建
 | 
			
		||||
@@ -26,71 +24,12 @@ public class TreeBuildUtils extends TreeUtil {
 | 
			
		||||
     */
 | 
			
		||||
    public static final TreeNodeConfig DEFAULT_CONFIG = TreeNodeConfig.DEFAULT_CONFIG.setNameKey("label");
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 构建树形结构
 | 
			
		||||
     *
 | 
			
		||||
     * @param <T>        输入节点的类型
 | 
			
		||||
     * @param <K>        节点ID的类型
 | 
			
		||||
     * @param list       节点列表,其中包含了要构建树形结构的所有节点
 | 
			
		||||
     * @param nodeParser 解析器,用于将输入节点转换为树节点
 | 
			
		||||
     * @return 构建好的树形结构列表
 | 
			
		||||
     */
 | 
			
		||||
    public static <T, K> List<Tree<K>> build(List<T> list, NodeParser<T, K> nodeParser) {
 | 
			
		||||
        if (CollUtil.isEmpty(list)) {
 | 
			
		||||
            return CollUtil.newArrayList();
 | 
			
		||||
            return null;
 | 
			
		||||
        }
 | 
			
		||||
        K k = ReflectUtils.invokeGetter(list.get(0), "parentId");
 | 
			
		||||
        return TreeUtil.build(list, k, DEFAULT_CONFIG, nodeParser);
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 构建树形结构
 | 
			
		||||
     *
 | 
			
		||||
     * @param <T>        输入节点的类型
 | 
			
		||||
     * @param <K>        节点ID的类型
 | 
			
		||||
     * @param parentId   顶级节点
 | 
			
		||||
     * @param list       节点列表,其中包含了要构建树形结构的所有节点
 | 
			
		||||
     * @param nodeParser 解析器,用于将输入节点转换为树节点
 | 
			
		||||
     * @return 构建好的树形结构列表
 | 
			
		||||
     */
 | 
			
		||||
    public static <T, K> List<Tree<K>> build(List<T> list, K parentId, NodeParser<T, K> nodeParser) {
 | 
			
		||||
        if (CollUtil.isEmpty(list)) {
 | 
			
		||||
            return CollUtil.newArrayList();
 | 
			
		||||
        }
 | 
			
		||||
        return TreeUtil.build(list, parentId, DEFAULT_CONFIG, nodeParser);
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 获取节点列表中所有节点的叶子节点
 | 
			
		||||
     *
 | 
			
		||||
     * @param <K>   节点ID的类型
 | 
			
		||||
     * @param nodes 节点列表
 | 
			
		||||
     * @return 包含所有叶子节点的列表
 | 
			
		||||
     */
 | 
			
		||||
    public static <K> List<Tree<K>> getLeafNodes(List<Tree<K>> nodes) {
 | 
			
		||||
        if (CollUtil.isEmpty(nodes)) {
 | 
			
		||||
            return CollUtil.newArrayList();
 | 
			
		||||
        }
 | 
			
		||||
        return nodes.stream()
 | 
			
		||||
            .flatMap(TreeBuildUtils::extractLeafNodes)
 | 
			
		||||
            .collect(Collectors.toList());
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 获取指定节点下的所有叶子节点
 | 
			
		||||
     *
 | 
			
		||||
     * @param <K>  节点ID的类型
 | 
			
		||||
     * @param node 要查找叶子节点的根节点
 | 
			
		||||
     * @return 包含所有叶子节点的列表
 | 
			
		||||
     */
 | 
			
		||||
    private static <K> Stream<Tree<K>> extractLeafNodes(Tree<K> node) {
 | 
			
		||||
        if (!node.hasChild()) {
 | 
			
		||||
            return Stream.of(node);
 | 
			
		||||
        } else {
 | 
			
		||||
            // 递归调用,获取所有子节点的叶子节点
 | 
			
		||||
            return node.getChildren().stream()
 | 
			
		||||
                .flatMap(TreeBuildUtils::extractLeafNodes);
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
@@ -21,8 +21,7 @@ public final class RegexUtils extends ReUtil {
 | 
			
		||||
     */
 | 
			
		||||
    public static String extractFromString(String input, String regex, String defaultInput) {
 | 
			
		||||
        try {
 | 
			
		||||
            String str = ReUtil.get(regex, input, 1);
 | 
			
		||||
            return str == null ? defaultInput : str;
 | 
			
		||||
            return ReUtil.get(regex, input, 1);
 | 
			
		||||
        } catch (Exception e) {
 | 
			
		||||
            return defaultInput;
 | 
			
		||||
        }
 | 
			
		||||
 
 | 
			
		||||
@@ -15,7 +15,7 @@ public class SqlUtil {
 | 
			
		||||
    /**
 | 
			
		||||
     * 定义常用的 sql关键字
 | 
			
		||||
     */
 | 
			
		||||
    public static String SQL_REGEX = "\u000B|and |extractvalue|updatexml|sleep|exec |insert |select |delete |update |drop |count |chr |mid |master |truncate |char |declare |or |union |like |+|/*|user()";
 | 
			
		||||
    public static final String SQL_REGEX = "select |insert |delete |update |drop |count |exec |chr |mid |master |truncate |char |and |declare ";
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 仅支持字母、数字、下划线、空格、逗号、小数点(支持多个字段排序)
 | 
			
		||||
 
 | 
			
		||||
@@ -1,48 +0,0 @@
 | 
			
		||||
package org.dromara.common.core.validate.enumd;
 | 
			
		||||
 | 
			
		||||
import jakarta.validation.Constraint;
 | 
			
		||||
import jakarta.validation.Payload;
 | 
			
		||||
 | 
			
		||||
import java.lang.annotation.*;
 | 
			
		||||
 | 
			
		||||
import static java.lang.annotation.ElementType.*;
 | 
			
		||||
import static java.lang.annotation.RetentionPolicy.RUNTIME;
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * 自定义枚举校验
 | 
			
		||||
 *
 | 
			
		||||
 * @author 秋辞未寒
 | 
			
		||||
 * @date 2024-12-09
 | 
			
		||||
 */
 | 
			
		||||
@Documented
 | 
			
		||||
@Target({METHOD, FIELD, ANNOTATION_TYPE, CONSTRUCTOR, PARAMETER, TYPE_USE})
 | 
			
		||||
@Retention(RUNTIME)
 | 
			
		||||
@Repeatable(EnumPattern.List.class) // 允许在同一元素上多次使用该注解
 | 
			
		||||
@Constraint(validatedBy = {EnumPatternValidator.class})
 | 
			
		||||
public @interface EnumPattern {
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 需要校验的枚举类型
 | 
			
		||||
     */
 | 
			
		||||
    Class<? extends Enum<?>> type();
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 枚举类型校验值字段名称
 | 
			
		||||
     * 需确保该字段实现了 getter 方法
 | 
			
		||||
     */
 | 
			
		||||
    String fieldName();
 | 
			
		||||
 | 
			
		||||
    String message() default "输入值不在枚举范围内";
 | 
			
		||||
 | 
			
		||||
    Class<?>[] groups() default {};
 | 
			
		||||
 | 
			
		||||
    Class<? extends Payload>[] payload() default {};
 | 
			
		||||
 | 
			
		||||
    @Documented
 | 
			
		||||
    @Target({METHOD, FIELD, ANNOTATION_TYPE, CONSTRUCTOR, PARAMETER, TYPE_USE})
 | 
			
		||||
    @Retention(RUNTIME)
 | 
			
		||||
    @interface List {
 | 
			
		||||
        EnumPattern[] value();
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
}
 | 
			
		||||
@@ -1,37 +0,0 @@
 | 
			
		||||
package org.dromara.common.core.validate.enumd;
 | 
			
		||||
 | 
			
		||||
import jakarta.validation.ConstraintValidator;
 | 
			
		||||
import jakarta.validation.ConstraintValidatorContext;
 | 
			
		||||
import org.dromara.common.core.utils.StringUtils;
 | 
			
		||||
import org.dromara.common.core.utils.reflect.ReflectUtils;
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * 自定义枚举校验注解实现
 | 
			
		||||
 *
 | 
			
		||||
 * @author 秋辞未寒
 | 
			
		||||
 * @date 2024-12-09
 | 
			
		||||
 */
 | 
			
		||||
public class EnumPatternValidator implements ConstraintValidator<EnumPattern, String> {
 | 
			
		||||
 | 
			
		||||
    private EnumPattern annotation;;
 | 
			
		||||
 | 
			
		||||
    @Override
 | 
			
		||||
    public void initialize(EnumPattern annotation) {
 | 
			
		||||
        ConstraintValidator.super.initialize(annotation);
 | 
			
		||||
        this.annotation = annotation;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    @Override
 | 
			
		||||
    public boolean isValid(String value, ConstraintValidatorContext constraintValidatorContext) {
 | 
			
		||||
        if (StringUtils.isNotBlank(value)) {
 | 
			
		||||
            String fieldName = annotation.fieldName();
 | 
			
		||||
            for (Object e : annotation.type().getEnumConstants()) {
 | 
			
		||||
                if (value.equals(ReflectUtils.invokeGetter(e, fieldName))) {
 | 
			
		||||
                    return true;
 | 
			
		||||
                }
 | 
			
		||||
            }
 | 
			
		||||
        }
 | 
			
		||||
        return false;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
}
 | 
			
		||||
@@ -1,5 +1,6 @@
 | 
			
		||||
org.dromara.common.core.config.ApplicationConfig
 | 
			
		||||
org.dromara.common.core.config.AsyncConfig
 | 
			
		||||
org.dromara.common.core.config.RuoYiConfig
 | 
			
		||||
org.dromara.common.core.config.ThreadPoolConfig
 | 
			
		||||
org.dromara.common.core.config.ValidatorConfig
 | 
			
		||||
org.dromara.common.core.utils.SpringUtils
 | 
			
		||||
 
 | 
			
		||||
@@ -11,7 +11,6 @@ import io.swagger.v3.oas.models.Paths;
 | 
			
		||||
import io.swagger.v3.oas.models.tags.Tag;
 | 
			
		||||
import lombok.extern.slf4j.Slf4j;
 | 
			
		||||
import org.apache.commons.lang3.StringUtils;
 | 
			
		||||
import org.dromara.common.core.utils.StreamUtils;
 | 
			
		||||
import org.springdoc.core.customizers.OpenApiBuilderCustomizer;
 | 
			
		||||
import org.springdoc.core.customizers.ServerBaseUrlCustomizer;
 | 
			
		||||
import org.springdoc.core.properties.SpringDocConfigProperties;
 | 
			
		||||
@@ -231,7 +230,7 @@ public class OpenApiHandler extends OpenAPIService {
 | 
			
		||||
            .flatMap(x -> Stream.of(x.value())).collect(Collectors.toSet());
 | 
			
		||||
        methodTags.addAll(AnnotatedElementUtils.findAllMergedAnnotations(method, io.swagger.v3.oas.annotations.tags.Tag.class));
 | 
			
		||||
        if (!CollectionUtils.isEmpty(methodTags)) {
 | 
			
		||||
            tagsStr.addAll(StreamUtils.toSet(methodTags, tag -> propertyResolverUtils.resolve(tag.name(), locale)));
 | 
			
		||||
            tagsStr.addAll(methodTags.stream().map(tag -> propertyResolverUtils.resolve(tag.name(), locale)).collect(Collectors.toSet()));
 | 
			
		||||
            List<io.swagger.v3.oas.annotations.tags.Tag> allTags = new ArrayList<>(methodTags);
 | 
			
		||||
            addTags(allTags, tags, locale);
 | 
			
		||||
        }
 | 
			
		||||
 
 | 
			
		||||
@@ -1,11 +1,11 @@
 | 
			
		||||
package org.dromara.common.encrypt.core;
 | 
			
		||||
 | 
			
		||||
import cn.hutool.core.collection.CollUtil;
 | 
			
		||||
import cn.hutool.core.util.ObjectUtil;
 | 
			
		||||
import cn.hutool.core.util.ReflectUtil;
 | 
			
		||||
import lombok.NoArgsConstructor;
 | 
			
		||||
import lombok.extern.slf4j.Slf4j;
 | 
			
		||||
import org.apache.ibatis.io.Resources;
 | 
			
		||||
import org.dromara.common.core.utils.ObjectUtils;
 | 
			
		||||
import org.dromara.common.core.utils.StringUtils;
 | 
			
		||||
import org.dromara.common.encrypt.annotation.EncryptField;
 | 
			
		||||
import org.springframework.context.ConfigurableApplicationContext;
 | 
			
		||||
@@ -17,10 +17,7 @@ import org.springframework.core.type.classreading.CachingMetadataReaderFactory;
 | 
			
		||||
import org.springframework.util.ClassUtils;
 | 
			
		||||
 | 
			
		||||
import java.lang.reflect.Field;
 | 
			
		||||
import java.util.Arrays;
 | 
			
		||||
import java.util.HashSet;
 | 
			
		||||
import java.util.Map;
 | 
			
		||||
import java.util.Set;
 | 
			
		||||
import java.util.*;
 | 
			
		||||
import java.util.concurrent.ConcurrentHashMap;
 | 
			
		||||
import java.util.stream.Collectors;
 | 
			
		||||
 | 
			
		||||
@@ -37,7 +34,7 @@ public class EncryptorManager {
 | 
			
		||||
    /**
 | 
			
		||||
     * 缓存加密器
 | 
			
		||||
     */
 | 
			
		||||
    Map<Integer, IEncryptor> encryptorMap = new ConcurrentHashMap<>();
 | 
			
		||||
    Map<EncryptContext, IEncryptor> encryptorMap = new ConcurrentHashMap<>();
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 类加密字段缓存
 | 
			
		||||
@@ -58,7 +55,10 @@ public class EncryptorManager {
 | 
			
		||||
     * 获取类加密字段缓存
 | 
			
		||||
     */
 | 
			
		||||
    public Set<Field> getFieldCache(Class<?> sourceClazz) {
 | 
			
		||||
        return ObjectUtils.notNullGetter(fieldCache, f -> f.get(sourceClazz));
 | 
			
		||||
        if (ObjectUtil.isNotNull(fieldCache)) {
 | 
			
		||||
            return fieldCache.get(sourceClazz);
 | 
			
		||||
        }
 | 
			
		||||
        return null;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
@@ -67,12 +67,11 @@ public class EncryptorManager {
 | 
			
		||||
     * @param encryptContext 加密执行者需要的相关配置参数
 | 
			
		||||
     */
 | 
			
		||||
    public IEncryptor registAndGetEncryptor(EncryptContext encryptContext) {
 | 
			
		||||
        int key = encryptContext.hashCode();
 | 
			
		||||
        if (encryptorMap.containsKey(key)) {
 | 
			
		||||
            return encryptorMap.get(key);
 | 
			
		||||
        if (encryptorMap.containsKey(encryptContext)) {
 | 
			
		||||
            return encryptorMap.get(encryptContext);
 | 
			
		||||
        }
 | 
			
		||||
        IEncryptor encryptor = ReflectUtil.newInstance(encryptContext.getAlgorithm().getClazz(), encryptContext);
 | 
			
		||||
        encryptorMap.put(key, encryptor);
 | 
			
		||||
        encryptorMap.put(encryptContext, encryptor);
 | 
			
		||||
        return encryptor;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
@@ -82,7 +81,7 @@ public class EncryptorManager {
 | 
			
		||||
     * @param encryptContext 加密执行者需要的相关配置参数
 | 
			
		||||
     */
 | 
			
		||||
    public void removeEncryptor(EncryptContext encryptContext) {
 | 
			
		||||
        this.encryptorMap.remove(encryptContext.hashCode());
 | 
			
		||||
        this.encryptorMap.remove(encryptContext);
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
 
 | 
			
		||||
@@ -99,7 +99,7 @@ public class CryptoFilter implements Filter {
 | 
			
		||||
                }
 | 
			
		||||
            }
 | 
			
		||||
        } catch (Exception e) {
 | 
			
		||||
            return null;
 | 
			
		||||
            throw new RuntimeException(e);
 | 
			
		||||
        }
 | 
			
		||||
        return null;
 | 
			
		||||
    }
 | 
			
		||||
 
 | 
			
		||||
@@ -76,14 +76,12 @@ public class EncryptResponseBodyWrapper extends HttpServletResponseWrapper {
 | 
			
		||||
        String encryptPassword = EncryptUtils.encryptByRsa(encryptAes, publicKey);
 | 
			
		||||
 | 
			
		||||
        // 设置响应头
 | 
			
		||||
        // vue版本需要设置
 | 
			
		||||
        servletResponse.addHeader("Access-Control-Expose-Headers", headerFlag);
 | 
			
		||||
        servletResponse.setHeader(headerFlag, encryptPassword);
 | 
			
		||||
        servletResponse.setHeader("Access-Control-Allow-Origin", "*");
 | 
			
		||||
        servletResponse.setHeader("Access-Control-Allow-Methods", "*");
 | 
			
		||||
        servletResponse.setHeader(headerFlag, encryptPassword);
 | 
			
		||||
        servletResponse.setCharacterEncoding(StandardCharsets.UTF_8.toString());
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
        // 获取原始内容
 | 
			
		||||
        String originalBody = this.getContent();
 | 
			
		||||
        // 对内容进行加密
 | 
			
		||||
 
 | 
			
		||||
@@ -19,12 +19,10 @@ import java.util.Map;
 | 
			
		||||
 * @author 老马
 | 
			
		||||
 */
 | 
			
		||||
public class EncryptUtils {
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 公钥
 | 
			
		||||
     */
 | 
			
		||||
    public static final String PUBLIC_KEY = "publicKey";
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 私钥
 | 
			
		||||
     */
 | 
			
		||||
@@ -53,7 +51,7 @@ public class EncryptUtils {
 | 
			
		||||
    /**
 | 
			
		||||
     * AES加密
 | 
			
		||||
     *
 | 
			
		||||
     * @param data     待加密数据
 | 
			
		||||
     * @param data     待解密数据
 | 
			
		||||
     * @param password 秘钥字符串
 | 
			
		||||
     * @return 加密后字符串, 采用Base64编码
 | 
			
		||||
     */
 | 
			
		||||
@@ -72,7 +70,7 @@ public class EncryptUtils {
 | 
			
		||||
    /**
 | 
			
		||||
     * AES加密
 | 
			
		||||
     *
 | 
			
		||||
     * @param data     待加密数据
 | 
			
		||||
     * @param data     待解密数据
 | 
			
		||||
     * @param password 秘钥字符串
 | 
			
		||||
     * @return 加密后字符串, 采用Hex编码
 | 
			
		||||
     */
 | 
			
		||||
@@ -210,7 +208,7 @@ public class EncryptUtils {
 | 
			
		||||
    /**
 | 
			
		||||
     * sm2私钥解密
 | 
			
		||||
     *
 | 
			
		||||
     * @param data       待解密数据
 | 
			
		||||
     * @param data       待加密数据
 | 
			
		||||
     * @param privateKey 私钥
 | 
			
		||||
     * @return 解密后字符串
 | 
			
		||||
     */
 | 
			
		||||
@@ -268,7 +266,7 @@ public class EncryptUtils {
 | 
			
		||||
    /**
 | 
			
		||||
     * rsa私钥解密
 | 
			
		||||
     *
 | 
			
		||||
     * @param data       待解密数据
 | 
			
		||||
     * @param data       待加密数据
 | 
			
		||||
     * @param privateKey 私钥
 | 
			
		||||
     * @return 解密后字符串
 | 
			
		||||
     */
 | 
			
		||||
 
 | 
			
		||||
@@ -1,24 +0,0 @@
 | 
			
		||||
package org.dromara.common.excel.annotation;
 | 
			
		||||
 | 
			
		||||
import java.lang.annotation.ElementType;
 | 
			
		||||
import java.lang.annotation.Retention;
 | 
			
		||||
import java.lang.annotation.RetentionPolicy;
 | 
			
		||||
import java.lang.annotation.Target;
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * 批注
 | 
			
		||||
 * @author guzhouyanyu
 | 
			
		||||
 */
 | 
			
		||||
@Target({ElementType.FIELD})
 | 
			
		||||
@Retention(RetentionPolicy.RUNTIME)
 | 
			
		||||
public @interface ExcelNotation {
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * col index
 | 
			
		||||
     */
 | 
			
		||||
    int index() default -1;
 | 
			
		||||
    /**
 | 
			
		||||
     * 批注内容
 | 
			
		||||
     */
 | 
			
		||||
    String value() default "";
 | 
			
		||||
}
 | 
			
		||||
@@ -1,26 +0,0 @@
 | 
			
		||||
package org.dromara.common.excel.annotation;
 | 
			
		||||
 | 
			
		||||
import org.apache.poi.ss.usermodel.IndexedColors;
 | 
			
		||||
 | 
			
		||||
import java.lang.annotation.ElementType;
 | 
			
		||||
import java.lang.annotation.Retention;
 | 
			
		||||
import java.lang.annotation.RetentionPolicy;
 | 
			
		||||
import java.lang.annotation.Target;
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * 是否必填
 | 
			
		||||
 * @author guzhouyanyu
 | 
			
		||||
 */
 | 
			
		||||
@Target({ElementType.FIELD})
 | 
			
		||||
@Retention(RetentionPolicy.RUNTIME)
 | 
			
		||||
public @interface ExcelRequired {
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * col index
 | 
			
		||||
     */
 | 
			
		||||
    int index() default -1;
 | 
			
		||||
    /**
 | 
			
		||||
     * 字体颜色
 | 
			
		||||
     */
 | 
			
		||||
    IndexedColors fontColor() default IndexedColors.RED;
 | 
			
		||||
}
 | 
			
		||||
@@ -107,7 +107,7 @@ public class CellMergeStrategy extends AbstractMergeStrategy implements Workbook
 | 
			
		||||
                    }
 | 
			
		||||
 | 
			
		||||
                    if (!cellValue.equals(val)) {
 | 
			
		||||
                        if ((i - repeatCell.getCurrent() > 1)) {
 | 
			
		||||
                        if ((i - repeatCell.getCurrent() > 1) && isMerge(list, i, field)) {
 | 
			
		||||
                            cellList.add(new CellRangeAddress(repeatCell.getCurrent() + rowIndex, i + rowIndex - 1, colNum, colNum));
 | 
			
		||||
                        }
 | 
			
		||||
                        map.put(field, new RepeatCell(val, i));
 | 
			
		||||
@@ -115,11 +115,6 @@ public class CellMergeStrategy extends AbstractMergeStrategy implements Workbook
 | 
			
		||||
                        if (i > repeatCell.getCurrent() && isMerge(list, i, field)) {
 | 
			
		||||
                            cellList.add(new CellRangeAddress(repeatCell.getCurrent() + rowIndex, i + rowIndex, colNum, colNum));
 | 
			
		||||
                        }
 | 
			
		||||
                    } else if (!isMerge(list, i, field)) {
 | 
			
		||||
                        if ((i - repeatCell.getCurrent() > 1)) {
 | 
			
		||||
                            cellList.add(new CellRangeAddress(repeatCell.getCurrent() + rowIndex, i + rowIndex - 1, colNum, colNum));
 | 
			
		||||
                        }
 | 
			
		||||
                        map.put(field, new RepeatCell(val, i));
 | 
			
		||||
                    }
 | 
			
		||||
                }
 | 
			
		||||
            }
 | 
			
		||||
 
 | 
			
		||||
@@ -55,7 +55,6 @@ public class ExcelDownHandler implements SheetWriteHandler {
 | 
			
		||||
     * 下拉可选项
 | 
			
		||||
     */
 | 
			
		||||
    private final List<DropDownOptions> dropDownOptions;
 | 
			
		||||
    private final DictService dictService;
 | 
			
		||||
    /**
 | 
			
		||||
     * 当前单选进度
 | 
			
		||||
     */
 | 
			
		||||
@@ -64,6 +63,7 @@ public class ExcelDownHandler implements SheetWriteHandler {
 | 
			
		||||
     * 当前联动选择进度
 | 
			
		||||
     */
 | 
			
		||||
    private int currentLinkedOptionsSheetIndex;
 | 
			
		||||
    private final DictService dictService;
 | 
			
		||||
 | 
			
		||||
    public ExcelDownHandler(List<DropDownOptions> options) {
 | 
			
		||||
        this.dropDownOptions = options;
 | 
			
		||||
@@ -139,8 +139,8 @@ public class ExcelDownHandler implements SheetWriteHandler {
 | 
			
		||||
            } else if (everyOptions.getOptions().size() > 10) {
 | 
			
		||||
                // 当一级选项参数个数大于10,使用额外表的形式
 | 
			
		||||
                dropDownWithSheet(helper, workbook, sheet, everyOptions.getIndex(), everyOptions.getOptions());
 | 
			
		||||
            } else {
 | 
			
		||||
                // 否则使用默认形式
 | 
			
		||||
            } else if (everyOptions.getOptions().size() != 0) {
 | 
			
		||||
                // 当一级选项个数不为空,使用默认形式
 | 
			
		||||
                dropDownWithSimple(helper, sheet, everyOptions.getIndex(), everyOptions.getOptions());
 | 
			
		||||
            }
 | 
			
		||||
        });
 | 
			
		||||
@@ -171,24 +171,10 @@ public class ExcelDownHandler implements SheetWriteHandler {
 | 
			
		||||
        Sheet linkedOptionsDataSheet = workbook.createSheet(WorkbookUtil.createSafeSheetName(linkedOptionsSheetName));
 | 
			
		||||
        // 将下拉表隐藏
 | 
			
		||||
        workbook.setSheetHidden(workbook.getSheetIndex(linkedOptionsDataSheet), true);
 | 
			
		||||
        // 选项数据
 | 
			
		||||
        // 完善横向的一级选项数据表
 | 
			
		||||
        List<String> firstOptions = options.getOptions();
 | 
			
		||||
        Map<String, List<String>> secoundOptionsMap = options.getNextOptions();
 | 
			
		||||
 | 
			
		||||
        // 采用按行填充数据的方式,避免EasyExcel出现数据无法写入的问题
 | 
			
		||||
        // Attempting to write a row in the range that is already written to disk
 | 
			
		||||
 | 
			
		||||
        // 使用ArrayList记载数据,防止乱序
 | 
			
		||||
        List<String> columnNames = new ArrayList<>();
 | 
			
		||||
        // 写入第一行,即第一级的数据
 | 
			
		||||
        Row firstRow = linkedOptionsDataSheet.createRow(0);
 | 
			
		||||
        for (int columnIndex = 0; columnIndex < firstOptions.size(); columnIndex++) {
 | 
			
		||||
            String columnName = firstOptions.get(columnIndex);
 | 
			
		||||
            firstRow.createCell(columnIndex)
 | 
			
		||||
                .setCellValue(columnName);
 | 
			
		||||
            columnNames.add(columnName);
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        // 创建名称管理器
 | 
			
		||||
        Name name = workbook.createName();
 | 
			
		||||
        // 设置名称管理器的别名
 | 
			
		||||
@@ -204,12 +190,28 @@ public class ExcelDownHandler implements SheetWriteHandler {
 | 
			
		||||
        // 设置数据校验为序列模式,引用的是名称管理器中的别名
 | 
			
		||||
        this.markOptionsToSheet(helper, sheet, options.getIndex(), helper.createFormulaListConstraint(linkedOptionsSheetName));
 | 
			
		||||
 | 
			
		||||
        // 创建二级选项的名称管理器
 | 
			
		||||
        for (int columIndex = 0; columIndex < columnNames.size(); columIndex++) {
 | 
			
		||||
            // 列名
 | 
			
		||||
        for (int columIndex = 0; columIndex < firstOptions.size(); columIndex++) {
 | 
			
		||||
            // 先提取主表中一级下拉的列名
 | 
			
		||||
            String firstOptionsColumnName = getExcelColumnName(columIndex);
 | 
			
		||||
            // 对应的一级值
 | 
			
		||||
            String thisFirstOptionsValue = columnNames.get(columIndex);
 | 
			
		||||
            // 一次循环是每一个一级选项
 | 
			
		||||
            int finalI = columIndex;
 | 
			
		||||
            // 本次循环的一级选项值
 | 
			
		||||
            String thisFirstOptionsValue = firstOptions.get(columIndex);
 | 
			
		||||
            // 创建第一行的数据
 | 
			
		||||
            Optional.ofNullable(linkedOptionsDataSheet.getRow(0))
 | 
			
		||||
                // 如果不存在则创建第一行
 | 
			
		||||
                .orElseGet(() -> linkedOptionsDataSheet.createRow(finalI))
 | 
			
		||||
                // 第一行当前列
 | 
			
		||||
                .createCell(columIndex)
 | 
			
		||||
                // 设置值为当前一级选项值
 | 
			
		||||
                .setCellValue(thisFirstOptionsValue);
 | 
			
		||||
 | 
			
		||||
            // 第二行开始,设置第二级别选项参数
 | 
			
		||||
            List<String> secondOptions = secoundOptionsMap.get(thisFirstOptionsValue);
 | 
			
		||||
            if (CollUtil.isEmpty(secondOptions)) {
 | 
			
		||||
                // 必须保证至少有一个关联选项,否则将导致Excel解析错误
 | 
			
		||||
                secondOptions = Collections.singletonList("暂无_0");
 | 
			
		||||
            }
 | 
			
		||||
 | 
			
		||||
            // 以该一级选项值创建子名称管理器
 | 
			
		||||
            Name sonName = workbook.createName();
 | 
			
		||||
@@ -220,9 +222,7 @@ public class ExcelDownHandler implements SheetWriteHandler {
 | 
			
		||||
                linkedOptionsSheetName,
 | 
			
		||||
                firstOptionsColumnName,
 | 
			
		||||
                firstOptionsColumnName,
 | 
			
		||||
                // 二级选项存在则设置为(选项个数+1)行,否则设置为2行
 | 
			
		||||
                Math.max(Optional.ofNullable(secoundOptionsMap.get(thisFirstOptionsValue))
 | 
			
		||||
                    .orElseGet(ArrayList::new).size(), 1) + 1
 | 
			
		||||
                secondOptions.size() + 1
 | 
			
		||||
            );
 | 
			
		||||
            // 设置名称管理器的引用位置
 | 
			
		||||
            sonName.setRefersToFormula(sonFunction);
 | 
			
		||||
@@ -235,51 +235,25 @@ public class ExcelDownHandler implements SheetWriteHandler {
 | 
			
		||||
                // 二级只能主表每一行的每一列添加二级校验
 | 
			
		||||
                markLinkedOptionsToSheet(helper, sheet, i, options.getNextIndex(), helper.createFormulaListConstraint(secondOptionsFunction));
 | 
			
		||||
            }
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        // 将二级数据处理为按行区分
 | 
			
		||||
        Map<Integer, List<String>> columnValueMap = new HashMap<>();
 | 
			
		||||
        int currentRow = 1;
 | 
			
		||||
        while (currentRow >= 0) {
 | 
			
		||||
            boolean flag = false;
 | 
			
		||||
            List<String> rowData = new ArrayList<>();
 | 
			
		||||
            for (String columnName : columnNames) {
 | 
			
		||||
                List<String> data = secoundOptionsMap.get(columnName);
 | 
			
		||||
                if (CollUtil.isEmpty(data)) {
 | 
			
		||||
                    // 添加空字符串填充位置
 | 
			
		||||
                    rowData.add(" ");
 | 
			
		||||
                    continue;
 | 
			
		||||
                }
 | 
			
		||||
                // 取第一个
 | 
			
		||||
                String str = data.get(0);
 | 
			
		||||
                rowData.add(str);
 | 
			
		||||
                // 通过移除的方式避免重复
 | 
			
		||||
                data.remove(0);
 | 
			
		||||
                // 设置可以继续
 | 
			
		||||
                flag = true;
 | 
			
		||||
            }
 | 
			
		||||
            columnValueMap.put(currentRow, rowData);
 | 
			
		||||
            // 可以继续,则增加行数,否则置为负数跳出循环
 | 
			
		||||
            if (flag) {
 | 
			
		||||
                currentRow++;
 | 
			
		||||
            } else {
 | 
			
		||||
                currentRow = -1;
 | 
			
		||||
            for (int rowIndex = 0; rowIndex < secondOptions.size(); rowIndex++) {
 | 
			
		||||
                // 从第二行开始填充二级选项
 | 
			
		||||
                int finalRowIndex = rowIndex + 1;
 | 
			
		||||
                int finalColumIndex = columIndex;
 | 
			
		||||
 | 
			
		||||
                Row row = Optional.ofNullable(linkedOptionsDataSheet.getRow(finalRowIndex))
 | 
			
		||||
                    // 没有则创建
 | 
			
		||||
                    .orElseGet(() -> linkedOptionsDataSheet.createRow(finalRowIndex));
 | 
			
		||||
                Optional
 | 
			
		||||
                    // 在本级一级选项所在的列
 | 
			
		||||
                    .ofNullable(row.getCell(finalColumIndex))
 | 
			
		||||
                    // 不存在则创建
 | 
			
		||||
                    .orElseGet(() -> row.createCell(finalColumIndex))
 | 
			
		||||
                    // 设置二级选项值
 | 
			
		||||
                    .setCellValue(secondOptions.get(rowIndex));
 | 
			
		||||
            }
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        // 填充第二级选项数据
 | 
			
		||||
        columnValueMap.forEach((rowIndex, rowValues) -> {
 | 
			
		||||
            Row row = linkedOptionsDataSheet.createRow(rowIndex);
 | 
			
		||||
            for (int columnIndex = 0; columnIndex < rowValues.size(); columnIndex++) {
 | 
			
		||||
                String rowValue = rowValues.get(columnIndex);
 | 
			
		||||
                // 填充位置的部分不渲染
 | 
			
		||||
                if (StrUtil.isNotBlank(rowValue)) {
 | 
			
		||||
                    row.createCell(columnIndex)
 | 
			
		||||
                        .setCellValue(rowValue);
 | 
			
		||||
                }
 | 
			
		||||
            }
 | 
			
		||||
        });
 | 
			
		||||
 | 
			
		||||
        currentLinkedOptionsSheetIndex++;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -1,135 +0,0 @@
 | 
			
		||||
package org.dromara.common.excel.handler;
 | 
			
		||||
 | 
			
		||||
import cn.hutool.core.collection.CollUtil;
 | 
			
		||||
import com.alibaba.excel.metadata.data.DataFormatData;
 | 
			
		||||
import com.alibaba.excel.metadata.data.WriteCellData;
 | 
			
		||||
import com.alibaba.excel.util.StyleUtil;
 | 
			
		||||
import com.alibaba.excel.write.handler.CellWriteHandler;
 | 
			
		||||
import com.alibaba.excel.write.handler.SheetWriteHandler;
 | 
			
		||||
import com.alibaba.excel.write.handler.context.CellWriteHandlerContext;
 | 
			
		||||
import com.alibaba.excel.write.metadata.holder.WriteSheetHolder;
 | 
			
		||||
import com.alibaba.excel.write.metadata.style.WriteCellStyle;
 | 
			
		||||
import com.alibaba.excel.write.metadata.style.WriteFont;
 | 
			
		||||
import org.apache.poi.ss.usermodel.*;
 | 
			
		||||
import org.apache.poi.xssf.usermodel.XSSFClientAnchor;
 | 
			
		||||
import org.apache.poi.xssf.usermodel.XSSFRichTextString;
 | 
			
		||||
import org.dromara.common.core.utils.reflect.ReflectUtils;
 | 
			
		||||
import org.dromara.common.excel.annotation.ExcelNotation;
 | 
			
		||||
import org.dromara.common.excel.annotation.ExcelRequired;
 | 
			
		||||
 | 
			
		||||
import java.lang.reflect.Field;
 | 
			
		||||
import java.util.HashMap;
 | 
			
		||||
import java.util.Map;
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * 批注、必填
 | 
			
		||||
 *
 | 
			
		||||
 * @author guzhouyanyu
 | 
			
		||||
 */
 | 
			
		||||
public class DataWriteHandler implements SheetWriteHandler, CellWriteHandler {
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 批注
 | 
			
		||||
     */
 | 
			
		||||
    private final Map<Integer, String> notationMap;
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 头列字体颜色
 | 
			
		||||
     */
 | 
			
		||||
    private final Map<Integer, Short> headColumnMap;
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
    public DataWriteHandler(Class<?> clazz) {
 | 
			
		||||
        notationMap = getNotationMap(clazz);
 | 
			
		||||
        headColumnMap = getRequiredMap(clazz);
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    @Override
 | 
			
		||||
    public void afterCellDispose(CellWriteHandlerContext context) {
 | 
			
		||||
        if (CollUtil.isEmpty(notationMap) && CollUtil.isEmpty(headColumnMap)) {
 | 
			
		||||
            return;
 | 
			
		||||
        }
 | 
			
		||||
        WriteCellData<?> cellData = context.getFirstCellData();
 | 
			
		||||
        WriteCellStyle writeCellStyle = cellData.getOrCreateStyle();
 | 
			
		||||
 | 
			
		||||
        DataFormatData dataFormatData = new DataFormatData();
 | 
			
		||||
        // 单元格设置为文本格式
 | 
			
		||||
        dataFormatData.setIndex((short) 49);
 | 
			
		||||
        writeCellStyle.setDataFormatData(dataFormatData);
 | 
			
		||||
 | 
			
		||||
        if (context.getHead()) {
 | 
			
		||||
            Cell cell = context.getCell();
 | 
			
		||||
            WriteSheetHolder writeSheetHolder = context.getWriteSheetHolder();
 | 
			
		||||
            Sheet sheet = writeSheetHolder.getSheet();
 | 
			
		||||
            Workbook workbook = writeSheetHolder.getSheet().getWorkbook();
 | 
			
		||||
            Drawing<?> drawing = sheet.createDrawingPatriarch();
 | 
			
		||||
            // 设置标题字体样式
 | 
			
		||||
            WriteFont headWriteFont = new WriteFont();
 | 
			
		||||
            // 加粗
 | 
			
		||||
            headWriteFont.setBold(true);
 | 
			
		||||
            if (CollUtil.isNotEmpty(headColumnMap) && headColumnMap.containsKey(cell.getColumnIndex())) {
 | 
			
		||||
                // 设置字体颜色
 | 
			
		||||
                headWriteFont.setColor(headColumnMap.get(cell.getColumnIndex()));
 | 
			
		||||
            }
 | 
			
		||||
            writeCellStyle.setWriteFont(headWriteFont);
 | 
			
		||||
            CellStyle cellStyle = StyleUtil.buildCellStyle(workbook, null, writeCellStyle);
 | 
			
		||||
            cell.setCellStyle(cellStyle);
 | 
			
		||||
 | 
			
		||||
            if (CollUtil.isNotEmpty(notationMap) && notationMap.containsKey(cell.getColumnIndex())) {
 | 
			
		||||
                // 批注内容
 | 
			
		||||
                String notationContext = notationMap.get(cell.getColumnIndex());
 | 
			
		||||
                // 创建绘图对象
 | 
			
		||||
                Comment comment = drawing.createCellComment(new XSSFClientAnchor(0, 0, 0, 0, (short) cell.getColumnIndex(), 0, (short) 5, 5));
 | 
			
		||||
                comment.setString(new XSSFRichTextString(notationContext));
 | 
			
		||||
                cell.setCellComment(comment);
 | 
			
		||||
            }
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 获取必填列
 | 
			
		||||
     */
 | 
			
		||||
    private static Map<Integer, Short> getRequiredMap(Class<?> clazz) {
 | 
			
		||||
        Map<Integer, Short> requiredMap = new HashMap<>();
 | 
			
		||||
        Field[] fields = clazz.getDeclaredFields();
 | 
			
		||||
        // 检查 fields 数组是否为空
 | 
			
		||||
        if (fields.length == 0) {
 | 
			
		||||
            return requiredMap;
 | 
			
		||||
        }
 | 
			
		||||
        Field[] filteredFields = ReflectUtils.getFields(clazz, field -> !"serialVersionUID".equals(field.getName()));
 | 
			
		||||
 | 
			
		||||
        for (int i = 0; i < filteredFields.length; i++) {
 | 
			
		||||
            Field field = filteredFields[i];
 | 
			
		||||
            if (!field.isAnnotationPresent(ExcelRequired.class)) {
 | 
			
		||||
                continue;
 | 
			
		||||
            }
 | 
			
		||||
            ExcelRequired excelRequired = field.getAnnotation(ExcelRequired.class);
 | 
			
		||||
            int columnIndex =  excelRequired.index() == -1 ? i : excelRequired.index();
 | 
			
		||||
            requiredMap.put(columnIndex, excelRequired.fontColor().getIndex());
 | 
			
		||||
        }
 | 
			
		||||
        return requiredMap;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 获取批注
 | 
			
		||||
     */
 | 
			
		||||
    private static Map<Integer, String> getNotationMap(Class<?> clazz) {
 | 
			
		||||
        Map<Integer, String> notationMap = new HashMap<>();
 | 
			
		||||
        Field[] fields = clazz.getDeclaredFields();
 | 
			
		||||
        // 检查 fields 数组是否为空
 | 
			
		||||
        if (fields.length == 0) {
 | 
			
		||||
            return notationMap;
 | 
			
		||||
        }
 | 
			
		||||
        Field[] filteredFields = ReflectUtils.getFields(clazz, field -> !"serialVersionUID".equals(field.getName()));
 | 
			
		||||
        for (int i = 0; i < filteredFields.length; i++) {
 | 
			
		||||
            Field field = filteredFields[i];
 | 
			
		||||
            if (!field.isAnnotationPresent(ExcelNotation.class)) {
 | 
			
		||||
                continue;
 | 
			
		||||
            }
 | 
			
		||||
            ExcelNotation excelNotation = field.getAnnotation(ExcelNotation.class);
 | 
			
		||||
            int columnIndex =  excelNotation.index() == -1 ? i : excelNotation.index();
 | 
			
		||||
            notationMap.put(columnIndex, excelNotation.value());
 | 
			
		||||
        }
 | 
			
		||||
        return notationMap;
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
@@ -18,7 +18,6 @@ import org.dromara.common.core.utils.StringUtils;
 | 
			
		||||
import org.dromara.common.core.utils.file.FileUtils;
 | 
			
		||||
import org.dromara.common.excel.convert.ExcelBigNumberConvert;
 | 
			
		||||
import org.dromara.common.excel.core.*;
 | 
			
		||||
import org.dromara.common.excel.handler.DataWriteHandler;
 | 
			
		||||
 | 
			
		||||
import java.io.IOException;
 | 
			
		||||
import java.io.InputStream;
 | 
			
		||||
@@ -192,7 +191,6 @@ public class ExcelUtil {
 | 
			
		||||
            .registerWriteHandler(new LongestMatchColumnWidthStyleStrategy())
 | 
			
		||||
            // 大数值自动转换 防止失真
 | 
			
		||||
            .registerConverter(new ExcelBigNumberConvert())
 | 
			
		||||
            .registerWriteHandler(new DataWriteHandler(clazz))
 | 
			
		||||
            .sheet(sheetName);
 | 
			
		||||
        if (merge) {
 | 
			
		||||
            // 合并处理器
 | 
			
		||||
@@ -213,7 +211,7 @@ public class ExcelUtil {
 | 
			
		||||
     * @param data         模板需要的数据
 | 
			
		||||
     * @param response     响应体
 | 
			
		||||
     */
 | 
			
		||||
    public static <T> void exportTemplate(List<T> data, String filename, String templatePath, HttpServletResponse response) {
 | 
			
		||||
    public static void exportTemplate(List<Object> data, String filename, String templatePath, HttpServletResponse response) {
 | 
			
		||||
        try {
 | 
			
		||||
            resetResponse(filename, response);
 | 
			
		||||
            ServletOutputStream os = response.getOutputStream();
 | 
			
		||||
@@ -232,23 +230,21 @@ public class ExcelUtil {
 | 
			
		||||
     * @param data         模板需要的数据
 | 
			
		||||
     * @param os           输出流
 | 
			
		||||
     */
 | 
			
		||||
    public static <T> void exportTemplate(List<T> data, String templatePath, OutputStream os) {
 | 
			
		||||
        if (CollUtil.isEmpty(data)) {
 | 
			
		||||
            throw new IllegalArgumentException("数据为空");
 | 
			
		||||
        }
 | 
			
		||||
    public static void exportTemplate(List<Object> data, String templatePath, OutputStream os) {
 | 
			
		||||
        ClassPathResource templateResource = new ClassPathResource(templatePath);
 | 
			
		||||
        ExcelWriter excelWriter = EasyExcel.write(os)
 | 
			
		||||
            .withTemplate(templateResource.getStream())
 | 
			
		||||
            .autoCloseStream(false)
 | 
			
		||||
            // 大数值自动转换 防止失真
 | 
			
		||||
            .registerConverter(new ExcelBigNumberConvert())
 | 
			
		||||
            .registerWriteHandler(new DataWriteHandler(data.get(0).getClass()))
 | 
			
		||||
            .build();
 | 
			
		||||
        WriteSheet writeSheet = EasyExcel.writerSheet().build();
 | 
			
		||||
        FillConfig fillConfig = FillConfig.builder().forceNewRow(Boolean.TRUE).build();
 | 
			
		||||
        if (CollUtil.isEmpty(data)) {
 | 
			
		||||
            throw new IllegalArgumentException("数据为空");
 | 
			
		||||
        }
 | 
			
		||||
        // 单表多数据导出 模板格式为 {.属性}
 | 
			
		||||
        for (T d : data) {
 | 
			
		||||
            excelWriter.fill(d, fillConfig, writeSheet);
 | 
			
		||||
        for (Object d : data) {
 | 
			
		||||
            excelWriter.fill(d, writeSheet);
 | 
			
		||||
        }
 | 
			
		||||
        excelWriter.finish();
 | 
			
		||||
    }
 | 
			
		||||
@@ -303,9 +299,6 @@ public class ExcelUtil {
 | 
			
		||||
     * @param os           输出流
 | 
			
		||||
     */
 | 
			
		||||
    public static void exportTemplateMultiList(Map<String, Object> data, String templatePath, OutputStream os) {
 | 
			
		||||
        if (CollUtil.isEmpty(data)) {
 | 
			
		||||
            throw new IllegalArgumentException("数据为空");
 | 
			
		||||
        }
 | 
			
		||||
        ClassPathResource templateResource = new ClassPathResource(templatePath);
 | 
			
		||||
        ExcelWriter excelWriter = EasyExcel.write(os)
 | 
			
		||||
            .withTemplate(templateResource.getStream())
 | 
			
		||||
@@ -314,6 +307,9 @@ public class ExcelUtil {
 | 
			
		||||
            .registerConverter(new ExcelBigNumberConvert())
 | 
			
		||||
            .build();
 | 
			
		||||
        WriteSheet writeSheet = EasyExcel.writerSheet().build();
 | 
			
		||||
        if (CollUtil.isEmpty(data)) {
 | 
			
		||||
            throw new IllegalArgumentException("数据为空");
 | 
			
		||||
        }
 | 
			
		||||
        for (Map.Entry<String, Object> map : data.entrySet()) {
 | 
			
		||||
            // 设置列表后续还有数据
 | 
			
		||||
            FillConfig fillConfig = FillConfig.builder().forceNewRow(Boolean.TRUE).build();
 | 
			
		||||
@@ -321,7 +317,7 @@ public class ExcelUtil {
 | 
			
		||||
                // 多表导出必须使用 FillWrapper
 | 
			
		||||
                excelWriter.fill(new FillWrapper(map.getKey(), (Collection<?>) map.getValue()), fillConfig, writeSheet);
 | 
			
		||||
            } else {
 | 
			
		||||
                excelWriter.fill(map.getValue(), fillConfig, writeSheet);
 | 
			
		||||
                excelWriter.fill(map.getValue(), writeSheet);
 | 
			
		||||
            }
 | 
			
		||||
        }
 | 
			
		||||
        excelWriter.finish();
 | 
			
		||||
@@ -337,9 +333,6 @@ public class ExcelUtil {
 | 
			
		||||
     * @param os           输出流
 | 
			
		||||
     */
 | 
			
		||||
    public static void exportTemplateMultiSheet(List<Map<String, Object>> data, String templatePath, OutputStream os) {
 | 
			
		||||
        if (CollUtil.isEmpty(data)) {
 | 
			
		||||
            throw new IllegalArgumentException("数据为空");
 | 
			
		||||
        }
 | 
			
		||||
        ClassPathResource templateResource = new ClassPathResource(templatePath);
 | 
			
		||||
        ExcelWriter excelWriter = EasyExcel.write(os)
 | 
			
		||||
            .withTemplate(templateResource.getStream())
 | 
			
		||||
@@ -347,6 +340,9 @@ public class ExcelUtil {
 | 
			
		||||
            // 大数值自动转换 防止失真
 | 
			
		||||
            .registerConverter(new ExcelBigNumberConvert())
 | 
			
		||||
            .build();
 | 
			
		||||
        if (CollUtil.isEmpty(data)) {
 | 
			
		||||
            throw new IllegalArgumentException("数据为空");
 | 
			
		||||
        }
 | 
			
		||||
        for (int i = 0; i < data.size(); i++) {
 | 
			
		||||
            WriteSheet writeSheet = EasyExcel.writerSheet(i).build();
 | 
			
		||||
            for (Map.Entry<String, Object> map : data.get(i).entrySet()) {
 | 
			
		||||
 
 | 
			
		||||
@@ -32,7 +32,7 @@ public class BigNumberSerializer extends NumberSerializer {
 | 
			
		||||
 | 
			
		||||
    @Override
 | 
			
		||||
    public void serialize(Number value, JsonGenerator gen, SerializerProvider provider) throws IOException {
 | 
			
		||||
        // 超出范围 序列化为字符串
 | 
			
		||||
        // 超出范围 序列化位字符串
 | 
			
		||||
        if (value.longValue() > MIN_SAFE_INTEGER && value.longValue() < MAX_SAFE_INTEGER) {
 | 
			
		||||
            super.serialize(value, gen, provider);
 | 
			
		||||
        } else {
 | 
			
		||||
 
 | 
			
		||||
@@ -100,7 +100,7 @@ public class LogAspect {
 | 
			
		||||
 | 
			
		||||
            if (e != null) {
 | 
			
		||||
                operLog.setStatus(BusinessStatus.FAIL.ordinal());
 | 
			
		||||
                operLog.setErrorMsg(StringUtils.substring(e.getMessage(), 0, 3800));
 | 
			
		||||
                operLog.setErrorMsg(StringUtils.substring(e.getMessage(), 0, 2000));
 | 
			
		||||
            }
 | 
			
		||||
            // 设置方法名称
 | 
			
		||||
            String className = joinPoint.getTarget().getClass().getName();
 | 
			
		||||
@@ -113,12 +113,13 @@ public class LogAspect {
 | 
			
		||||
            // 设置消耗时间
 | 
			
		||||
            StopWatch stopWatch = KEY_CACHE.get();
 | 
			
		||||
            stopWatch.stop();
 | 
			
		||||
            operLog.setCostTime(stopWatch.getDuration().toMillis());
 | 
			
		||||
            operLog.setCostTime(stopWatch.getTime());
 | 
			
		||||
            // 发布事件保存数据库
 | 
			
		||||
            SpringUtils.context().publishEvent(operLog);
 | 
			
		||||
        } catch (Exception exp) {
 | 
			
		||||
            // 记录本地异常日志
 | 
			
		||||
            log.error("异常信息:{}", exp.getMessage());
 | 
			
		||||
            exp.printStackTrace();
 | 
			
		||||
        } finally {
 | 
			
		||||
            KEY_CACHE.remove();
 | 
			
		||||
        }
 | 
			
		||||
@@ -145,7 +146,7 @@ public class LogAspect {
 | 
			
		||||
        }
 | 
			
		||||
        // 是否需要保存response,参数和值
 | 
			
		||||
        if (log.isSaveResponseData() && ObjectUtil.isNotNull(jsonResult)) {
 | 
			
		||||
            operLog.setJsonResult(StringUtils.substring(JsonUtils.toJsonString(jsonResult), 0, 3800));
 | 
			
		||||
            operLog.setJsonResult(StringUtils.substring(JsonUtils.toJsonString(jsonResult), 0, 2000));
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
@@ -158,13 +159,14 @@ public class LogAspect {
 | 
			
		||||
    private void setRequestValue(JoinPoint joinPoint, OperLogEvent operLog, String[] excludeParamNames) throws Exception {
 | 
			
		||||
        Map<String, String> paramsMap = ServletUtils.getParamMap(ServletUtils.getRequest());
 | 
			
		||||
        String requestMethod = operLog.getRequestMethod();
 | 
			
		||||
        if (MapUtil.isEmpty(paramsMap) && StringUtils.equalsAny(requestMethod, HttpMethod.PUT.name(), HttpMethod.POST.name(), HttpMethod.DELETE.name())) {
 | 
			
		||||
        if (MapUtil.isEmpty(paramsMap)
 | 
			
		||||
                && HttpMethod.PUT.name().equals(requestMethod) || HttpMethod.POST.name().equals(requestMethod)) {
 | 
			
		||||
            String params = argsArrayToString(joinPoint.getArgs(), excludeParamNames);
 | 
			
		||||
            operLog.setOperParam(StringUtils.substring(params, 0, 3800));
 | 
			
		||||
            operLog.setOperParam(StringUtils.substring(params, 0, 2000));
 | 
			
		||||
        } else {
 | 
			
		||||
            MapUtil.removeAny(paramsMap, EXCLUDE_PROPERTIES);
 | 
			
		||||
            MapUtil.removeAny(paramsMap, excludeParamNames);
 | 
			
		||||
            operLog.setOperParam(StringUtils.substring(JsonUtils.toJsonString(paramsMap), 0, 3800));
 | 
			
		||||
            operLog.setOperParam(StringUtils.substring(JsonUtils.toJsonString(paramsMap), 0, 2000));
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -1,7 +1,7 @@
 | 
			
		||||
package org.dromara.common.mail.config;
 | 
			
		||||
 | 
			
		||||
import cn.hutool.extra.mail.MailAccount;
 | 
			
		||||
import org.dromara.common.mail.config.properties.MailProperties;
 | 
			
		||||
import org.dromara.common.mail.utils.MailAccount;
 | 
			
		||||
import org.springframework.boot.autoconfigure.AutoConfiguration;
 | 
			
		||||
import org.springframework.boot.autoconfigure.condition.ConditionalOnProperty;
 | 
			
		||||
import org.springframework.boot.context.properties.EnableConfigurationProperties;
 | 
			
		||||
 
 | 
			
		||||
@@ -43,13 +43,7 @@ public class MailProperties {
 | 
			
		||||
    private String pass;
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 发送方,遵循RFC-822标准<br>
 | 
			
		||||
     * 发件人可以是以下形式:
 | 
			
		||||
     *
 | 
			
		||||
     * <pre>
 | 
			
		||||
     * 1. user@xxx.xx
 | 
			
		||||
     * 2.  name <user@xxx.xx>
 | 
			
		||||
     * </pre>
 | 
			
		||||
     * 发送方,遵循RFC-822标准
 | 
			
		||||
     */
 | 
			
		||||
    private String from;
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -0,0 +1,46 @@
 | 
			
		||||
package org.dromara.common.mail.utils;
 | 
			
		||||
 | 
			
		||||
import cn.hutool.core.io.IORuntimeException;
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * 全局邮件帐户,依赖于邮件配置文件{@link MailAccount#MAIL_SETTING_PATHS}
 | 
			
		||||
 *
 | 
			
		||||
 * @author looly
 | 
			
		||||
 */
 | 
			
		||||
public enum GlobalMailAccount {
 | 
			
		||||
    INSTANCE;
 | 
			
		||||
 | 
			
		||||
    private final MailAccount mailAccount;
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 构造
 | 
			
		||||
     */
 | 
			
		||||
    GlobalMailAccount() {
 | 
			
		||||
        mailAccount = createDefaultAccount();
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 获得邮件帐户
 | 
			
		||||
     *
 | 
			
		||||
     * @return 邮件帐户
 | 
			
		||||
     */
 | 
			
		||||
    public MailAccount getAccount() {
 | 
			
		||||
        return this.mailAccount;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 创建默认帐户
 | 
			
		||||
     *
 | 
			
		||||
     * @return MailAccount
 | 
			
		||||
     */
 | 
			
		||||
    private MailAccount createDefaultAccount() {
 | 
			
		||||
        for (String mailSettingPath : MailAccount.MAIL_SETTING_PATHS) {
 | 
			
		||||
            try {
 | 
			
		||||
                return new MailAccount(mailSettingPath);
 | 
			
		||||
            } catch (IORuntimeException ignore) {
 | 
			
		||||
                //ignore
 | 
			
		||||
            }
 | 
			
		||||
        }
 | 
			
		||||
        return null;
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
@@ -0,0 +1,108 @@
 | 
			
		||||
package org.dromara.common.mail.utils;
 | 
			
		||||
 | 
			
		||||
import cn.hutool.core.util.ArrayUtil;
 | 
			
		||||
import jakarta.mail.internet.AddressException;
 | 
			
		||||
import jakarta.mail.internet.InternetAddress;
 | 
			
		||||
import jakarta.mail.internet.MimeUtility;
 | 
			
		||||
 | 
			
		||||
import java.io.UnsupportedEncodingException;
 | 
			
		||||
import java.nio.charset.Charset;
 | 
			
		||||
import java.util.ArrayList;
 | 
			
		||||
import java.util.Collections;
 | 
			
		||||
import java.util.List;
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * 邮件内部工具类
 | 
			
		||||
 *
 | 
			
		||||
 * @author looly
 | 
			
		||||
 * @since 3.2.3
 | 
			
		||||
 */
 | 
			
		||||
public class InternalMailUtil {
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 将多个字符串邮件地址转为{@link InternetAddress}列表<br>
 | 
			
		||||
     * 单个字符串地址可以是多个地址合并的字符串
 | 
			
		||||
     *
 | 
			
		||||
     * @param addrStrs 地址数组
 | 
			
		||||
     * @param charset  编码(主要用于中文用户名的编码)
 | 
			
		||||
     * @return 地址数组
 | 
			
		||||
     * @since 4.0.3
 | 
			
		||||
     */
 | 
			
		||||
    public static InternetAddress[] parseAddressFromStrs(String[] addrStrs, Charset charset) {
 | 
			
		||||
        final List<InternetAddress> resultList = new ArrayList<>(addrStrs.length);
 | 
			
		||||
        InternetAddress[] addrs;
 | 
			
		||||
        for (String addrStr : addrStrs) {
 | 
			
		||||
            addrs = parseAddress(addrStr, charset);
 | 
			
		||||
            if (ArrayUtil.isNotEmpty(addrs)) {
 | 
			
		||||
                Collections.addAll(resultList, addrs);
 | 
			
		||||
            }
 | 
			
		||||
        }
 | 
			
		||||
        return resultList.toArray(new InternetAddress[0]);
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 解析第一个地址
 | 
			
		||||
     *
 | 
			
		||||
     * @param address 地址字符串
 | 
			
		||||
     * @param charset 编码,{@code null}表示使用系统属性定义的编码或系统编码
 | 
			
		||||
     * @return 地址列表
 | 
			
		||||
     */
 | 
			
		||||
    public static InternetAddress parseFirstAddress(String address, Charset charset) {
 | 
			
		||||
        final InternetAddress[] internetAddresses = parseAddress(address, charset);
 | 
			
		||||
        if (ArrayUtil.isEmpty(internetAddresses)) {
 | 
			
		||||
            try {
 | 
			
		||||
                return new InternetAddress(address);
 | 
			
		||||
            } catch (AddressException e) {
 | 
			
		||||
                throw new MailException(e);
 | 
			
		||||
            }
 | 
			
		||||
        }
 | 
			
		||||
        return internetAddresses[0];
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 将一个地址字符串解析为多个地址<br>
 | 
			
		||||
     * 地址间使用" "、","、";"分隔
 | 
			
		||||
     *
 | 
			
		||||
     * @param address 地址字符串
 | 
			
		||||
     * @param charset 编码,{@code null}表示使用系统属性定义的编码或系统编码
 | 
			
		||||
     * @return 地址列表
 | 
			
		||||
     */
 | 
			
		||||
    public static InternetAddress[] parseAddress(String address, Charset charset) {
 | 
			
		||||
        InternetAddress[] addresses;
 | 
			
		||||
        try {
 | 
			
		||||
            addresses = InternetAddress.parse(address);
 | 
			
		||||
        } catch (AddressException e) {
 | 
			
		||||
            throw new MailException(e);
 | 
			
		||||
        }
 | 
			
		||||
        //编码用户名
 | 
			
		||||
        if (ArrayUtil.isNotEmpty(addresses)) {
 | 
			
		||||
            final String charsetStr = null == charset ? null : charset.name();
 | 
			
		||||
            for (InternetAddress internetAddress : addresses) {
 | 
			
		||||
                try {
 | 
			
		||||
                    internetAddress.setPersonal(internetAddress.getPersonal(), charsetStr);
 | 
			
		||||
                } catch (UnsupportedEncodingException e) {
 | 
			
		||||
                    throw new MailException(e);
 | 
			
		||||
                }
 | 
			
		||||
            }
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        return addresses;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 编码中文字符<br>
 | 
			
		||||
     * 编码失败返回原字符串
 | 
			
		||||
     *
 | 
			
		||||
     * @param text    被编码的文本
 | 
			
		||||
     * @param charset 编码
 | 
			
		||||
     * @return 编码后的结果
 | 
			
		||||
     */
 | 
			
		||||
    public static String encodeText(String text, Charset charset) {
 | 
			
		||||
        try {
 | 
			
		||||
            return MimeUtility.encodeText(text, charset.name(), null);
 | 
			
		||||
        } catch (UnsupportedEncodingException e) {
 | 
			
		||||
            // ignore
 | 
			
		||||
        }
 | 
			
		||||
        return text;
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
Some files were not shown because too many files have changed in this diff Show More
		Reference in New Issue
	
	Block a user