Commit 2477cef2 by 王昆

gsb

parent 02d395a3
...@@ -32,7 +32,7 @@ class TransactioninService extends ServiceBase { ...@@ -32,7 +32,7 @@ class TransactioninService extends ServiceBase {
var page = await this.getPageList(currentPage, pageSize, where, orderby, attributes); var page = await this.getPageList(currentPage, pageSize, where, orderby, attributes);
if (page && page.rows) { if (page && page.rows) {
for (var row of page.rows) { for (var row of page.rows) {
this.handleDate(row, ["transaction_time"]); this.handleDate(row, ["transaction_time"], null, -8);
} }
} }
return page; return page;
......
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