...
|
...
|
@@ -71,6 +71,7 @@ class JoinModel extends Model |
|
|
foreach ($info as $k=>$v){
|
|
|
$info[$k]['start_time_text']=date('Y-m-d',$v['start_time']);
|
|
|
$info[$k]['end_time_text']=date('Y-m-d',$v['end_time']);
|
|
|
$info[$k]['thumbnail']=cmf_get_image_url($v['thumbnail']);
|
|
|
}
|
|
|
// echo $this->getLastSql();
|
|
|
return $info;
|
...
|
...
|
|