fix:修复新建租户的管理员用户角色回显错误

This commit is contained in:
tao
2025-09-10 12:23:47 +00:00
committed by Charles7c
parent 1b065b1755
commit fa77fc50ee
3 changed files with 16 additions and 2 deletions

View File

@@ -114,6 +114,12 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<annotationProcessorPaths>
<path>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
</path>
</annotationProcessorPaths>
<compilerArgument>-parameters</compilerArgument>
</configuration>
</plugin>