作者 王智

baoxiu

@@ -434,8 +434,8 @@ class Index extends Api @@ -434,8 +434,8 @@ class Index extends Api
434 'fuzeren' => $arr['fuzeren'], //维修负责人意见 434 'fuzeren' => $arr['fuzeren'], //维修负责人意见
435 'zaicishenhe' => $shenhe, //再次审核内容 435 'zaicishenhe' => $shenhe, //再次审核内容
436 'king_type' => $arr['king_type'], //KingType 436 'king_type' => $arr['king_type'], //KingType
437 - 'redio_time' => $arr['redio_time'], //维修时间  
438 - 'ok_time' => $arr['ok_time'], //修复时间 437 + 'redio_time' => date('Y-m-d H:i:s', $arr['redio_time']), //维修时间
  438 + 'ok_time' => date('Y-m-d H:i:s', $arr['ok_time']), //修复时间
439 ]; 439 ];
440 $this->success('成功', $list); 440 $this->success('成功', $list);
441 } 441 }