...
|
...
|
@@ -43,6 +43,7 @@ class TeamModel extends Model |
|
|
$map['id']=$id;
|
|
|
$info=$this->where($map)->find();
|
|
|
$info['create_time_attr']=date('Y-m-d',$info['create_time']);
|
|
|
$info['content']=cmf_replace_content_file_url(htmlspecialchars_decode($info['content']));
|
|
|
return $info;
|
|
|
}
|
|
|
|
...
|
...
|
|