Commit a2df052a by 庄冰

prod

parent 5f3e4e42
......@@ -235,11 +235,13 @@ class TmOrderAPI extends APIBase {
case "getCAProductListByTypeOneCode"://获取产品列表(根据产品一类编码获取) ---应用中心
// opResult = await this.appProductSve.findByProductOneTypeCode(action_body);
pobj["app"] = req.appInfo;
pobj["appInfo"] =req.appInfo;
opResult = await this.appProductSve.findByTypeOneCode(pobj);
break;
case "getCAProductListByTypeCode"://获取产品列表(根据父类产品编码获取) ---应用中心
// opResult = await this.appProductSve.findByProductTypeCode(action_body);
pobj["app"] = req.appInfo;
pobj["appInfo"] =req.appInfo;
opResult = await this.appProductSve.findByTypeCode(pobj);
break;
case "subGsbOrderInfo"://提交公司宝订单信息
......
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