Commit c9f4c4d3 authored by fangxinjiang's avatar fangxinjiang

Merge remote-tracking branch 'origin/develop' into develop

parents 7f19a512 09cd56a9
...@@ -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