正在显示
1 个修改的文件
包含
2 行增加
和
2 行删除
@@ -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 | } |
-
请 注册 或 登录 后发表评论