1
This commit is contained in:
@@ -1730,7 +1730,6 @@ class Article extends Controller {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 人工智能打分
|
* 人工智能打分
|
||||||
*/
|
*/
|
||||||
@@ -1807,7 +1806,7 @@ class Article extends Controller {
|
|||||||
}
|
}
|
||||||
//单位
|
//单位
|
||||||
$dw_fen = 0;
|
$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){
|
if($report_author){
|
||||||
$ca_res = $this->company_top_obj->where('title',$report_author['company'])->find();
|
$ca_res = $this->company_top_obj->where('title',$report_author['company'])->find();
|
||||||
if($ca_res){
|
if($ca_res){
|
||||||
|
|||||||
Reference in New Issue
Block a user