Commit e2f1fc4a by 任晓松

update

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