...
|
...
|
@@ -61,7 +61,7 @@ class ProductController extends HomeBaseController{ |
|
|
}
|
|
|
}
|
|
|
|
|
|
$zuixin = Db::name('portal_post') -> where('id','in',$arr3) -> order('create_time desc') -> limit(1) -> select();
|
|
|
$zuixin = Db::name('portal_post') -> where('id','in',$arr3) -> where('delete_time',0) -> order('create_time desc') -> limit(1) -> select();
|
|
|
$zzz = $zuixin[0];
|
|
|
|
|
|
$zzz['post_content'] = cmf_replace_content_file_url(htmlspecialchars_decode($zzz['post_content']));
|
...
|
...
|
|