Commit 50f173e9 by 宋毅

tj

parent 16dceb26
......@@ -231,7 +231,7 @@ class OrderInfoService extends ServiceBase {
var tmpResultCount = await this.customQuery(sqlCount);
result.dataCount = tmpResultCount && tmpResultCount.length > 0 ? tmpResultCount[0].dataCount : 0;
result.dataCount = tmpResultCount && tmpResultCount.length > 0 ? tmpResultCount[0].count : 0;
return result;
......
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