Commit 24edba3e by 王栋源

wdy

parent 4078273e
...@@ -18,7 +18,7 @@ class ProductTypeService extends ServiceBase { ...@@ -18,7 +18,7 @@ class ProductTypeService extends ServiceBase {
return system.getResultSuccess(producttypeinfo); return system.getResultSuccess(producttypeinfo);
} }
async getProductTypeInfo(actionBody,appInfo){ async getIcpProductTypeInfo(actionBody,appInfo){
if(!actionBody.type){ if(!actionBody.type){
return system.getResult(null, "type item is data empty !"); return system.getResult(null, "type item is data empty !");
} }
......
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