mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-24 16:05:08 +08:00
1. 【修复】单元测试报错
2. 【优化】yudao-module-xx-impl 调整成 yudao-module-xx-biz,更加符合定位
This commit is contained in:
@ -10,7 +10,7 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<modules>
|
||||
<module>yudao-module-system-api</module>
|
||||
<module>yudao-module-system-impl</module>
|
||||
<module>yudao-module-system-biz</module>
|
||||
</modules>
|
||||
<artifactId>yudao-module-system</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
|
@ -8,7 +8,7 @@
|
||||
<version>${revision}</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>yudao-module-system-impl</artifactId>
|
||||
<artifactId>yudao-module-system-biz</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<name>${project.artifactId}</name>
|
@ -35,7 +35,6 @@ public class PermissionController {
|
||||
@Resource
|
||||
private TenantService tenantService;
|
||||
|
||||
|
||||
@ApiOperation("获得角色拥有的菜单编号")
|
||||
@ApiImplicitParam(name = "roleId", value = "角色编号", required = true, dataTypeClass = Long.class)
|
||||
@GetMapping("/list-role-resources")
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user