@@ -58,7 +58,7 @@
</select>
<select id="weiboLastDt" resultType="java.lang.String">
- select REPLACE(SUBSTR( IFNULL(max(publish_time), DATE_SUB(CURDATE(), INTERVAL 1 DAY)) ,1, 10) ,'-','') dt from open_data where `platform` = '微博'
+ select IFNULL(max(dt) dt from weibo_total where `platform` = '微博'
<select id="weixinAggList" resultType="com.sxtvs.open.api.odata.dto.Agg">