This commit is contained in:
wangjinlei
2022-12-22 18:03:23 +08:00
parent 28553a3cd0
commit a8f2c71bc0

View File

@@ -1730,7 +1730,6 @@ class Article extends Controller {
}
/**
* 人工智能打分
*/
@@ -1807,7 +1806,7 @@ class Article extends Controller {
}
//单位
$dw_fen = 0;
$report_author = $this->article_author_obj->where('email',$user_info['email'])->find();
$report_author = $this->article_author_obj->where('article_id',$article_id)->where('email',$user_info['email'])->find();
if($report_author){
$ca_res = $this->company_top_obj->where('title',$report_author['company'])->find();
if($ca_res){