Commit 572b155b by 孙亚楠

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

parents 13d3aee8 357e3b2b
...@@ -28,7 +28,7 @@ class RecruitService extends ServiceBase { ...@@ -28,7 +28,7 @@ class RecruitService 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, ["publish_date"]); this.handleDate(row, ["publish_date"], "YYYY-MM-DD", -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