Commit 84b8ef78 authored by fangxinjiang's avatar fangxinjiang

Merge remote-tracking branch 'origin/MVP1.7.15' into MVP1.7.15

parents 072589eb 4844ea9e
......@@ -142,7 +142,8 @@ public class MenuUtil {
}
// 无权限的,默认无数据
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