正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -165,7 +165,7 @@ class ProjectLogic extends BaseLogic | @@ -165,7 +165,7 @@ class ProjectLogic extends BaseLogic | ||
| 165 | 165 | ||
| 166 | public function syncImageFile($location,$project_id){ | 166 | public function syncImageFile($location,$project_id){ |
| 167 | if($location == 1){ | 167 | if($location == 1){ |
| 168 | -// CopyImageFile::dispatch(['project_id'=>$project_id]); | 168 | + CopyImageFile::dispatch(['project_id'=>$project_id]); |
| 169 | } | 169 | } |
| 170 | return $this->success(); | 170 | return $this->success(); |
| 171 | } | 171 | } |
-
请 注册 或 登录 后发表评论