修改SQL 语句
This commit is contained in:
parent
585584ff59
commit
adbe233211
|
|
@ -232,7 +232,6 @@
|
||||||
and TO_TIMESTAMP(#{endTime}, 'yyyy-mm-dd hh24:mi:ss')
|
and TO_TIMESTAMP(#{endTime}, 'yyyy-mm-dd hh24:mi:ss')
|
||||||
</if>
|
</if>
|
||||||
<if test=" AcqStartB == true ">
|
<if test=" AcqStartB == true ">
|
||||||
'yyyy-mm-dd hh24:mi:ss')
|
|
||||||
and c.acquisition_start between
|
and c.acquisition_start between
|
||||||
TO_TIMESTAMP(#{startTime}, 'yyyy-mm-dd hh24:mi:ss')
|
TO_TIMESTAMP(#{startTime}, 'yyyy-mm-dd hh24:mi:ss')
|
||||||
and TO_TIMESTAMP(#{endTime}, 'yyyy-mm-dd hh24:mi:ss')
|
and TO_TIMESTAMP(#{endTime}, 'yyyy-mm-dd hh24:mi:ss')
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user