|
@@ -32,7 +32,7 @@
|
|
|
WHERE 1=1
|
|
|
<if test="dates!=null and dates != ''">
|
|
|
and substr(a.VOI_CREATE_TIME,1,8) between substr((#{dates,jdbcType=VARCHAR}),1,8)
|
|
|
- and substr((#{dates,jdbcType=VARCHAR}),12,19)
|
|
|
+ and substr((#{dates,jdbcType=VARCHAR}),10,17)
|
|
|
</if>
|
|
|
<if test="equipmentId != null and equipmentId != ''">
|
|
|
and a.VOI_EQUIPMENT_ID = #{equipmentId,jdbcType=VARCHAR}
|