Commit 3ae4fe68 by linboxuan

update getAppInfo

parent 411120bd
......@@ -52,7 +52,7 @@ class UtilsAppSve extends AppServiceBase {
async getAppInfo(pobj) {
var uapp_id = pobj.uappId || "";
var app = await this.appDao.findOne({uapp_id:uapp_id});
var app = await this.appDao.findOne({app_code:uapp_id});
if(app) {
return system.getResultSuccess(app);
}
......
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