select (select sum(content_published_number) from md_marketing_wechat_microblog_info where type =3) as videoNum,fans_number as fansNum, read_number as readNum,transpond_number as transpondNum from md_marketing_wechat_microblog_info where type =3 order by statistics_time desc limit 1
select (select sum(content_published_number) from md_marketing_wechat_microblog_info where type =3) as videoNum,fans_number as fansNum, read_number as readNum,transpond_number as transpondNum from md_marketing_wechat_microblog_info where type =3 and del_flag !='2' order by statistics_time desc limit 1