孙永军 2 年 前
コミット
5cde538988
1 ファイル変更1 行追加1 行削除
  1. 1 1
      src/main/resources/com/sxtvs/OpenDataMapper.xml

+ 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">