Commit 5633b0f2 by 孙亚楠

d

parent d337a3eb
......@@ -43,7 +43,7 @@ class SaasorderbusinessmenService extends ServiceBase {
let res = await this.dao.saasorderbusinessmenPage(params);
for (let item of res) {
this.handleDate(item, ["created_at", "reg_date", "service_begin_time", "service_end_time", "sign_time"], "YYYY-MM-DD HH:mm:ss");
this.handleDate(item, ["created_at", "reg_date", "service_begin_time", "service_end_time", "sign_time","tax_reg_day"], "YYYY-MM-DD HH:mm:ss");
item.is_bank_name = item.is_bank ? "已开户" : "未开户";
item.common_tax_ladder = JSON.parse(item.common_tax_ladder);
item.common_other_ladder = JSON.parse(item.common_other_ladder);
......
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