Commit 076055c2 by Sxy

fix: 优化

parent ecdd2c9d
...@@ -204,7 +204,8 @@ class StatisticsService { ...@@ -204,7 +204,8 @@ class StatisticsService {
pageIndex: pobj.pageNum || 1, pageIndex: pobj.pageNum || 1,
pageSize: pobj.pageSize || 10, pageSize: pobj.pageSize || 10,
listType: pobj.listType, listType: pobj.listType,
fuzzy_code: pobj.fuzzy_code fuzzy_code: pobj.fuzzy_code,
status: pobj.status
}); });
return data; return data;
} }
......
...@@ -191,6 +191,7 @@ class BaseClient { ...@@ -191,6 +191,7 @@ class BaseClient {
break break
case "order": case "order":
delete pobj.listType; delete pobj.listType;
pobj.status = Number(pobj.status)
url = '/web/opaction/order/springBoard' url = '/web/opaction/order/springBoard'
query = { query = {
"actionType": "getOrdersComparisonList", "actionType": "getOrdersComparisonList",
......
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