Merge branch '15.0.beta3' of http://gitlab.zcorp.cc/easycorp/zentaopms into 15.0.beta3

This commit is contained in:
holan20180123
2021-06-01 10:10:10 +08:00
27 changed files with 89 additions and 131 deletions
+1
View File
@@ -168,6 +168,7 @@ class projectModel extends model
if(!$project) return false;
if($project->end == '0000-00-00') $project->end = '';
$project = $this->loadModel('file')->replaceImgURL($project, 'desc');
return $project;
}