Commit 460f6e7d by 王昆

gsb

parent 572b155b
......@@ -31,7 +31,8 @@ class LoadService 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", -8);
this.handleDate(row, ["affirm_time"], null, -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