Commit 4f0ca664 authored by hongguangwu's avatar hongguangwu

MVP1.6.6-预入职相关_权限

parent 343a724e
......@@ -79,6 +79,9 @@ public class TSettleDomainController {
YifuUser user = SecurityUtils.getUser();
menuUtil.setAuthSql(user, tSettleDomain);
if (Common.isNotNull(tSettleDomain.getAuthSql()) && tSettleDomain.getAuthSql().contains("or a.dept_id")) {
tSettleDomain.setAuthSql(tSettleDomain.getAuthSql().replace("or a.dept_id", "or a.id "));
}
return R.ok(tSettleDomainService.getPage(page, tSettleDomain));
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment