Merge branch 'master' of http://47.244.231.31:8099/zhl/globalso-v6
正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -96,7 +96,7 @@ class ProjectLogic extends BaseLogic | @@ -96,7 +96,7 @@ class ProjectLogic extends BaseLogic | ||
| 96 | if($info['is_upgrade'] == 1){ | 96 | if($info['is_upgrade'] == 1){ |
| 97 | $collect_info = UpdateLog::where('project_id',$id)->where('api_type','blog')->first(); | 97 | $collect_info = UpdateLog::where('project_id',$id)->where('api_type','blog')->first(); |
| 98 | if($collect_info){ | 98 | if($collect_info){ |
| 99 | - $collect_time = $collect_info->collect_status == 0 ? '采集中' : $collect_info->updated_at; | 99 | + $collect_time = $collect_info->collect_status == 0 ? '采集中' : $collect_info->updated_at->format('Y-m-d H:i:s'); |
| 100 | } | 100 | } |
| 101 | } | 101 | } |
| 102 | $info['collect_time'] = $collect_time; | 102 | $info['collect_time'] = $collect_time; |
-
请 注册 或 登录 后发表评论