This commit is contained in:
wangjinlei
2021-01-28 16:41:37 +08:00
parent b752036855
commit e244529d34
2 changed files with 125 additions and 30 deletions

View File

@@ -952,6 +952,8 @@ class Article extends Controller {
return true;
}else if($type_name=='coverLetter' && $url == ''){
return true;
}else if($type_name=='totalpage' && $url = ''){
return true;
}
$insert_data['article_id'] = $article_id;
$insert_data['user_id'] = $user_id;