This commit is contained in:
@jyuhsin
2026-03-27 13:55:53 +08:00
parent 9baace1cd3
commit 940591f6dd
@@ -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());