作者 王智

baoxiu

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