Commit 273c97e1 by guominglei

修改参数类型

parent 2797f75f
......@@ -108,8 +108,8 @@
select
<include refid="Base_Column_List" />
from run_recording
where start_time &gt;= ${startDate}
and end_time &lt;= ${endDate}
where start_time &gt;= ${startDate,jdbcType=VARCHAR}
and end_time &lt;= ${endDate,jdbcType=VARCHAR}
<if test="flowIds != null">
and flow_id in (
<foreach collection="flowIds" item="flowId" separator=",">
......
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