commit
This commit is contained in:
+1
-1
@@ -93,7 +93,7 @@ public class ActivityBudgetServiceImpl extends BaseServiceImpl<ActivityBudget> i
|
||||
cnd.andEX("info.activityMatter", "like", "%" + activityMatter + "%");
|
||||
}
|
||||
SqlExpressionGroup group = new SqlExpressionGroup();
|
||||
if (AuthUtil.hasRoleOr(RoleConstant.BRANCH_UNION_CHAIRMAN.name(), RoleConstant.BRANCH_UNION_ADMIN.name())) {
|
||||
if (AuthUtil.hasRoleOr(RoleConstant.BRANCH_UNION_CHAIRMAN.name(), RoleConstant.BRANCH_UNION_ADMIN.name(), RoleConstant.BRANCH_UNION_XJSHAN_PROMOTION.name(), RoleConstant.BRANCH_UNION_WENTI_SPORTS.name())) {
|
||||
SqlExpressionGroup group1 = new SqlExpressionGroup();
|
||||
group1.or("info.outlayManageSource", "=", "ACTIVITY_BUDGET_TYPE_TWO");
|
||||
group1.and("info.unionId", "=", SecurityUtil.getUnionId());
|
||||
|
||||
Reference in New Issue
Block a user