作者 李宇航

合并分支 'master-server' 到 'master'

gx创建作者



查看合并请求 !1204
... ... @@ -248,7 +248,7 @@ class ProjectLogic extends BaseLogic
public function createAuthor($project_id,$mch_id,$key){
//查看当前项目是否已经创建了作者
$aiBlogTaskModel = new AiBlogTask();
$count = $aiBlogTaskModel->counts();
$count = $aiBlogTaskModel->count();
if($count > 0){
return true;
}
... ...