作者 赵彬吉

Merge branch 'develop' of http://47.244.231.31:8099/zhl/globalso-v6 into develop

@@ -354,6 +354,7 @@ class FileController @@ -354,6 +354,7 @@ class FileController
354 'file'=>$path, 354 'file'=>$path,
355 'file_link'=>getFileUrl($path,$this->upload_location), 355 'file_link'=>getFileUrl($path,$this->upload_location),
356 'name'=>$name, 356 'name'=>$name,
  357 + 'file_download'=>url('a/download_files?path='.$path)
357 ]; 358 ];
358 return $data; 359 return $data;
359 } 360 }
@@ -427,6 +427,7 @@ class ImageController extends Controller @@ -427,6 +427,7 @@ class ImageController extends Controller
427 'image'=>$path, 427 'image'=>$path,
428 'image_link'=>getImageUrl($path), 428 'image_link'=>getImageUrl($path),
429 'name'=>$name, 429 'name'=>$name,
  430 + 'image_download'=>url('a/download_images?path='.$path)
430 ]; 431 ];
431 return $data; 432 return $data;
432 } 433 }
@@ -645,10 +645,11 @@ class ProjectLogic extends BaseLogic @@ -645,10 +645,11 @@ class ProjectLogic extends BaseLogic
645 645
646 646
647 /** 647 /**
648 - * @param $project  
649 - * @return bool  
650 - * @author zbj  
651 - * @date 2023/4/23 648 + * @remark :创建数据库
  649 + * @name :initTable
  650 + * @author :lyh
  651 + * @method :post
  652 + * @time :2023/12/11 10:09
652 */ 653 */
653 public function initTable($project_id,$news_project_id) 654 public function initTable($project_id,$news_project_id)
654 { 655 {