Commit 92720d26 authored by yangyang's avatar yangyang

ICBC 人大金仓 SQL 兼容

parent a69b9de5
...@@ -78,7 +78,7 @@ ...@@ -78,7 +78,7 @@
and created_time >= #{startTime} and created_time >= #{startTime}
</if> </if>
<if test="endTime != null"> <if test="endTime != null">
and created_time created_time &lt;= #{endTime} and created_time &lt;= #{endTime}
</if> </if>
</where> </where>
order by created_time desc order by created_time desc
......
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