Commit 856d7faf by 阳浪

查询权限优化

parent a571f9bc
...@@ -56,7 +56,7 @@ public class ReadOnLineExamsExport extends AbstractDefaultTask<String, Map<Strin ...@@ -56,7 +56,7 @@ public class ReadOnLineExamsExport extends AbstractDefaultTask<String, Map<Strin
Long accountId = res.getAccountId(); Long accountId = res.getAccountId();
Long siteId = res.getSiteId(); Long siteId = res.getSiteId();
Long companyId = res.getCompanyId(); Long companyId = res.getCompanyId();
boolean isAdmin = res.isAdmin(); boolean isAdmin = true;
Date comitTime = new Date(); Date comitTime = new Date();
......
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