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