修改SQL 语句

This commit is contained in:
duwenyuan 2026-05-14 16:12:33 +08:00
parent 585584ff59
commit adbe233211

View File

@ -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')