正在显示
1 个修改的文件
包含
1 行增加
和
0 行删除
| @@ -231,6 +231,7 @@ class ImageController extends Controller | @@ -231,6 +231,7 @@ class ImageController extends Controller | ||
| 231 | $errorFileModel = new ErrorFile(); | 231 | $errorFileModel = new ErrorFile(); |
| 232 | $errorFileModel->add(['path'=>$this->path.'/'.$fileName]); | 232 | $errorFileModel->add(['path'=>$this->path.'/'.$fileName]); |
| 233 | } | 233 | } |
| 234 | + return true; | ||
| 234 | } | 235 | } |
| 235 | 236 | ||
| 236 | /** | 237 | /** |
-
请 注册 或 登录 后发表评论