mirror of
https://gitee.com/dromara/dax-pay.git
synced 2025-10-14 13:50:25 +00:00
feat 同步脚手架代码, 更新数据库脚本和内容
This commit is contained in:
@@ -222,7 +222,7 @@ public class PermPathSyncService {
|
||||
.stream()
|
||||
.filter(pathKey -> {
|
||||
HandlerMethod handlerMethod = map.get(pathKey);
|
||||
return Objects.nonNull(handlerMethod.getMethodAnnotation(cn.bootx.platform.core.annotation.RequestPath.class))
|
||||
return Objects.nonNull(handlerMethod.getMethodAnnotation(RequestPath.class))
|
||||
&&Objects.nonNull(handlerMethod.getBeanType().getAnnotation(RequestGroup.class));
|
||||
}).toList();
|
||||
|
||||
|
Reference in New Issue
Block a user