Commit 62222c35 by 王栋源

wdy

parent 24edba3e
...@@ -36,7 +36,6 @@ class ProductTypeService extends ServiceBase { ...@@ -36,7 +36,6 @@ class ProductTypeService extends ServiceBase {
if(!appInfo){ if(!appInfo){
return system.getResult(null, "appInfo item is data empty !"); return system.getResult(null, "appInfo item is data empty !");
} }
var
var producttypeinfo=await this.findOne({"channel_type_code":actionBody.type,"uapp_id":appInfo.uapp_id}); var producttypeinfo=await this.findOne({"channel_type_code":actionBody.type,"uapp_id":appInfo.uapp_id});
return system.getResultSuccess(producttypeinfo); return system.getResultSuccess(producttypeinfo);
} }
......
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