mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 11:05:18 +08:00
Merge branch 'dev' into dev-zza
This commit is contained in:
@@ -137,12 +137,12 @@
|
||||
<if test="frameType != null and frameType != ''">
|
||||
and frame_type = #{frameType,jdbcType=VARCHAR}
|
||||
</if>
|
||||
<if test="startTime != null and startTime != ''">
|
||||
<if test="startTime != null">
|
||||
and create_time >= #{startTime,jdbcType=TIMESTAMP}
|
||||
</if>
|
||||
<if test="endTime != null and endTime != ''">
|
||||
<if test="endTime != null">
|
||||
and create_time <= #{endTime,jdbcType=TIMESTAMP}
|
||||
</if>
|
||||
order by create_time desc
|
||||
</select>
|
||||
</mapper>
|
||||
</mapper>
|
||||
|
||||
Reference in New Issue
Block a user