孙永军 2 жил өмнө
parent
commit
5cde538988

+ 1 - 1
src/main/resources/com/sxtvs/OpenDataMapper.xml

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