Commit a8647dc1 by 孙亚楠

dd

parent 0d65d899
......@@ -104,7 +104,8 @@ class SaasorderbusinessmenService extends ServiceBase {
try{
let res = await this.dao.getByOrderIds(params.order_ids);
for (let key in res) {
this.handleDate(res[key], ["created_at", "reg_date", "service_begin_time", "service_end_time", "sign_time", "tax_reg_day"], "YYYY-MM-DD HH:mm:ss");
this.handleDate(res[key], ["created_at", "reg_date", "service_begin_time", "service_end_time", "sign_time", "tax_reg_day"], "YYYY-MM-DD HH:mm:ss");
res[key].is_bank_name = res[key].is_bank == 0 ? "未开户" : "已开户";
}
return system.getResult(res);
}catch (e) {
......
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