Commit 09b051e7 by 宋毅

Merge branch 'center-channel' of gitlab.gongsibao.com:jiangyong/zhichan into center-channel

parents 9b91fa7d e2f1fc4a
...@@ -39,7 +39,7 @@ class ProductAPI extends WEBBase { ...@@ -39,7 +39,7 @@ class ProductAPI extends WEBBase {
opResult = await this.utilsOrderSve.getOrdersStatisticsByUappId(pobj); opResult = await this.utilsOrderSve.getOrdersStatisticsByUappId(pobj);
break; break;
case "getOrderStatisticsByProduct": case "getOrderStatisticsByProduct":
opResult = await this.utilsOrderSve.getOrdersComparison(pobj); opResult = await this.utilsOrderSve.getOrdersStatisticsByProduct(pobj);
break; break;
case "getOrdersComparison": case "getOrdersComparison":
opResult = await this.utilsOrderSve.getOrdersComparison(pobj); opResult = await this.utilsOrderSve.getOrdersComparison(pobj);
......
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