Commit d2e353ce by 孙亚楠

dd

parent 9e1ff243
......@@ -75,7 +75,7 @@ class TaxinfoService extends ServiceBase {
var orderby = [
["id", 'desc']
];
var page = await this.dao.taxinfoList(currentPage, pageSize, where, orderby);
var page = await this.getPageList(currentPage, pageSize, where, orderby);
if (page && page.rows) {
for (var row of page.rows) {
this.handleDate(row, ["tax_time"],null,-8);
......
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