mirror of
https://github.com/mfish-qf/mfish-nocode.git
synced 2026-09-01 15:09:52 +08:00
feat: 细节优化
This commit is contained in:
+1
-1
@@ -36,7 +36,7 @@ public class DataScopeAspect {
|
||||
List<DataScope> list = new ArrayList<>();
|
||||
if (method.isAnnotationPresent(DataScopes.class)) {
|
||||
DataScopes dataScopes = method.getAnnotation(DataScopes.class);
|
||||
list.addAll(Arrays.stream(dataScopes.value()).toList());
|
||||
list.addAll(Arrays.asList(dataScopes.value()));
|
||||
} else {
|
||||
list.add(method.getAnnotation(DataScope.class));
|
||||
}
|
||||
|
||||
@@ -135,7 +135,7 @@ storage:
|
||||
endpoint: oss-cn-hangzhou.aliyuncs.com
|
||||
accessKeyId: LTAI5***********FsgT
|
||||
accessKeySecret: ZtZGF***************JADjS2f
|
||||
bucketName: landwise
|
||||
bucketName: mfish
|
||||
qiniu:
|
||||
domain: http://cdn.mfish.com.cn
|
||||
accessKey: cHlX4*******************cdsexgvP
|
||||
|
||||
Reference in New Issue
Block a user