Commit 010a8eee authored by hezhuozhi's avatar hezhuozhi

27467 人大金仓数据库适配

parent e9d326ee
......@@ -102,7 +102,7 @@
</foreach>
</if>
GROUP BY
log.CREATE_DATE ) b ON a.date = b.axisData ORDER BY axisData
log.CREATE_DATE ) b ON a.date = DATE_FORMAT(b.axisData,'%Y-%m-%d') ORDER BY axisData
</select>
<select id="queryWarningList" resultType="java.util.Map">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment