作者 范庆奥
1 个管道 的构建 通过 耗费 1 秒

去除万能登录后台

... ... @@ -21,9 +21,9 @@ class IdeaComment extends Model
// }
public function getCommentNumberAttr($val,$data){
$sum= $this->where("pid",$data['id'])->sum("comment_number");
// $sum= $this->where("pid",$data['id'])->sum("comment_number");
$count= $this->where("pid",$data['id'])->count();
return $sum+$count;
return $count;
}
public function getImagesTextAttr($value,$data)
... ...