Commit 024a2b91 by 王昆

gsb

parent 478bc1a1
......@@ -830,7 +830,7 @@ class OorderService extends ServiceBase {
//格式化产品服务项
await this.formateProduct(list);
for(let element of list){
this.handleDate(element, ["created_at", "assign_time"], null, -8);
this.handleDate(element, ["created_at", "assign_time"], null, null);
this.handleDate(element.odeliver, ["created_at", "completed_at"], null, -8);
this.handleDate(element.obusinessmen, ["created_at", "reg_date","tax_reg_day", "service_begin_time","service_end_time","sign_time","create_account_time"], null, -8);
if(element.obusinessmen.common_tax_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