commit
This commit is contained in:
@@ -47,6 +47,7 @@ RoleConstant {
|
|||||||
BRANCH_UNION_SHENGGHUO_WY("分工会生活委员"),
|
BRANCH_UNION_SHENGGHUO_WY("分工会生活委员"),
|
||||||
BRANCH_UNION_TIAOJIE_WY("分工会调解委员"),
|
BRANCH_UNION_TIAOJIE_WY("分工会调解委员"),
|
||||||
BRANCH_UNION_WENTI_SPORTS("分工会文体福利委员"),
|
BRANCH_UNION_WENTI_SPORTS("分工会文体福利委员"),
|
||||||
|
BRANCH_UNION_XJSHAN_PROMOTION("分工会宣传经审委员"),
|
||||||
|
|
||||||
UNIT_PARTY_SECRETARY("单位党委书记"),
|
UNIT_PARTY_SECRETARY("单位党委书记"),
|
||||||
|
|
||||||
|
|||||||
+2
-1
@@ -149,7 +149,8 @@ public class CondolenceApplyController {
|
|||||||
RoleConstant.BRANCH_UNION_CHAIRMAN.name(),
|
RoleConstant.BRANCH_UNION_CHAIRMAN.name(),
|
||||||
RoleConstant.BRANCH_UNION_WY.name(),
|
RoleConstant.BRANCH_UNION_WY.name(),
|
||||||
RoleConstant.BRANCH_UNION_XUANCHUAN_WY.name(),
|
RoleConstant.BRANCH_UNION_XUANCHUAN_WY.name(),
|
||||||
RoleConstant.BRANCH_UNION_WENTI_WY.name()
|
RoleConstant.BRANCH_UNION_WENTI_WY.name(),
|
||||||
|
RoleConstant.BRANCH_UNION_XJSHAN_PROMOTION.name()
|
||||||
)) {
|
)) {
|
||||||
cnd.and(View_user::getUnionId, "=", SecurityUtil.getUnionId());
|
cnd.and(View_user::getUnionId, "=", SecurityUtil.getUnionId());
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user