bug修复
This commit is contained in:
parent
afdea2e5bb
commit
1bead9cf22
@ -89,7 +89,8 @@
|
|||||||
AND a.create_time >= #{param.startTime}
|
AND a.create_time >= #{param.startTime}
|
||||||
</if>
|
</if>
|
||||||
<if test="param.endTime != null and param.endTime != ''">
|
<if test="param.endTime != null and param.endTime != ''">
|
||||||
and a.create_time <= #{param.endTime}
|
and a.create_time <![CDATA[<=]]> if(LENGTH(#{param.endTime}) = 10, CONCAT(DATE_FORMAT(#{param.endTime},
|
||||||
|
'%Y-%m-%d'), ' 23:59:59'), #{param.endTime})
|
||||||
</if>
|
</if>
|
||||||
<if test="param.carNumber != null and param.carNumber != ''">
|
<if test="param.carNumber != null and param.carNumber != ''">
|
||||||
and a.car_number = #{param.carNumber}
|
and a.car_number = #{param.carNumber}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user