Commit e4d98b15 by 王昆

gsb

parent d2ed5477
......@@ -30,7 +30,7 @@ class TaxinfoService extends ServiceBase {
var page = await this.getPageList(currentPage, pageSize, where, orderby);
if (page && page.rows) {
for (var row of page.rows) {
this.handleDate(row, ["tax_time"]);
this.handleDate(row, ["tax_time"], "YYYY-MM-DD", -8);
}
}
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