Commit 6edf5b6b authored by hongguangwu's avatar hongguangwu

MVP1.7.14-权限

parent a60f542d
...@@ -142,7 +142,8 @@ public class MenuUtil { ...@@ -142,7 +142,8 @@ public class MenuUtil {
} }
// 无权限的,默认无数据 // 无权限的,默认无数据
if (noAuth) { if (noAuth) {
entity.setAuthSql( " and 1=2 "); // 前端某些详情里的page接口没传mid(甚至导出也没传mid),暂时注释掉
//entity.setAuthSql( " and 1=2 ");
} }
} }
} }
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