Commit 80966324 by 蒋勇

d

parent 2693e404
......@@ -16,7 +16,7 @@ class CompanyCtl extends CtlBase {
return system.getResult(company)
}
async getMyApps(p,q,req){
let userfind = await this.cacheManager["UserCache"].getCache(p.username)
let userfind = await this.cacheManager["UserCache"].cache(p.username)
let isSuper=userfind.isSuper
if(userfind.company.appids && userfind.company.appids!=""){
let appsarray=userfind.company.appids.split(",")
......
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