解决查询正在执行指令数据不正确问题
This commit is contained in:
parent
7838b919e4
commit
bd598c81b5
|
|
@ -314,7 +314,7 @@
|
||||||
</if>
|
</if>
|
||||||
<if test="dto.orderTimeType == 'current'">
|
<if test="dto.orderTimeType == 'current'">
|
||||||
<![CDATA[
|
<![CDATA[
|
||||||
AND (DATE(o.start_time) = DATE(#{dto.queryDate}) AND o.start_time <= #{dto.queryDate} AND #{dto.queryDate} >= o.end_time AND o.iz_finish = 'N')
|
AND (DATE(o.start_time) = DATE(#{dto.queryDate}) AND o.start_time <= #{dto.queryDate} AND #{dto.queryDate} <= o.end_time AND o.iz_finish = 'N')
|
||||||
]]>
|
]]>
|
||||||
</if>
|
</if>
|
||||||
</if>
|
</if>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue