合并分支 'akun' 到 'master'
Akun 查看合并请求 !420
正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -803,7 +803,7 @@ class ProjectUpdate extends Command | @@ -803,7 +803,7 @@ class ProjectUpdate extends Command | ||
| 803 | 'image' => $new_img, | 803 | 'image' => $new_img, |
| 804 | 'pid' => $pid, | 804 | 'pid' => $pid, |
| 805 | 'keywords' => $item['keywords'] ?? '', | 805 | 'keywords' => $item['keywords'] ?? '', |
| 806 | - 'describe' => $item['description'] ?? '', | 806 | + 'describe' => (isset($item['description']) && $item['description']) ? $item['description'] : '', |
| 807 | 'original_id' => $item['id'], | 807 | 'original_id' => $item['id'], |
| 808 | 'route' => $route | 808 | 'route' => $route |
| 809 | ]); | 809 | ]); |
-
请 注册 或 登录 后发表评论