commit
This commit is contained in:
+2
-1
@@ -105,7 +105,8 @@ public class MemberApplyMineController {
|
|||||||
""");
|
""");
|
||||||
Cnd cnd = Cnd.NEW();
|
Cnd cnd = Cnd.NEW();
|
||||||
MemberApplyPageForm.buildSearch(cnd, pageForm);
|
MemberApplyPageForm.buildSearch(cnd, pageForm);
|
||||||
if (!AuthUtil.hasRoleOr(RoleConstant.SYSADMIN.name(), RoleConstant.SCHOOL_UNION_MEMBER_ADMIN.name())) {
|
if (!AuthUtil.hasRoleOr(RoleConstant.SYSADMIN.name(), RoleConstant.SCHOOL_UNION_MEMBER_ADMIN.name(),
|
||||||
|
RoleConstant.SCHOOL_UNION_CHAIRMAN.name(), RoleConstant.SCHOOL_UNION_ADMIN.name())) {
|
||||||
if (AuthUtil.hasRole(RoleConstant.BRANCH_UNION_CHAIRMAN.name())) {
|
if (AuthUtil.hasRole(RoleConstant.BRANCH_UNION_CHAIRMAN.name())) {
|
||||||
cnd.and("info.unionId", "=", SecurityUtil.getUnionId());
|
cnd.and("info.unionId", "=", SecurityUtil.getUnionId());
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user