ROLE_ALL_USER

This commit is contained in:
MaxKey
2022-04-28 09:14:58 +08:00
parent b1b021e63f
commit 8db33b0e8d
6 changed files with 25 additions and 25 deletions
@@ -166,6 +166,17 @@ public class Groups extends JpaBaseEntity implements Serializable {
this.status = status;
}
/**
* ROLE_ALL_USER must be
* 1, dynamic
* 2, all orgIdsList
* 3, not filters
*/
public void setDefaultAllUser() {
this.dynamic = "1";
this.orgIdsList ="";
this.filters ="";
}
public String getDynamic() {
return dynamic;