Commit 13d3aee8 by 孙亚楠

Merge branch 'bpo-stat' of gitlab.gongsibao.com:jiangyong/zhichan into bpo-stat

parents b6cf0b7e cfa8200f
......@@ -39,7 +39,7 @@ class MerchantService extends ServiceBase {
var page = await this.getPageList(currentPage, pageSize, where, orderby, attributes);
if (page && page.rows) {
for (var row of page.rows) {
this.handleDate(row, ["begin_time", "invalid_time"]);
this.handleDate(row, ["begin_time", "invalid_time"], "YYYY-MM-DD");
}
}
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