mirror of
https://github.com/hs-web/hsweb-framework.git
synced 2026-06-20 10:42:15 +08:00
修改Logical默认值为AND
This commit is contained in:
@@ -53,7 +53,7 @@ public @interface RequiresDataAccess {
|
||||
/**
|
||||
* @return logical
|
||||
*/
|
||||
Logical logical() default Logical.OR;
|
||||
Logical logical() default Logical.AND;
|
||||
|
||||
/**
|
||||
* @return 自定义控制器bean名称
|
||||
|
||||
Reference in New Issue
Block a user