wangbing 4 years ago
parent 1196f301e8
commit 11a6f974bc

@ -223,10 +223,10 @@
</#if>
</#list>
<if test="request.startDate != null">
AND strftime('%s',"CREATE_TIME", 'utc')*1000 &gt;= ${r"#{"}{request.startDate}
AND strftime('%s',"CREATE_TIME", 'utc')*1000 &gt;= ${r"#"}{request.startDate}
</if>
<if test="request.endDate != null">
AND strftime('%s',"CREATE_TIME", 'utc')*1000 &lt;= ${r"#{"}{request.endDate}
AND strftime('%s',"CREATE_TIME", 'utc')*1000 &lt;= ${r"#"}{request.endDate}
</if>
</select>

Loading…
Cancel
Save

Powered by TurnKey Linux.