mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-06-28 11:08:12 +08:00
修改getPileFeedListV2查询sql
This commit is contained in:
@@ -137,10 +137,10 @@
|
|||||||
<if test="frameType != null and frameType != ''">
|
<if test="frameType != null and frameType != ''">
|
||||||
and frame_type = #{frameType,jdbcType=VARCHAR}
|
and frame_type = #{frameType,jdbcType=VARCHAR}
|
||||||
</if>
|
</if>
|
||||||
<if test="startTime != null and startTime != ''">
|
<if test="startTime != null">
|
||||||
and create_time >= #{startTime,jdbcType=TIMESTAMP}
|
and create_time >= #{startTime,jdbcType=TIMESTAMP}
|
||||||
</if>
|
</if>
|
||||||
<if test="endTime != null and endTime != ''">
|
<if test="endTime != null">
|
||||||
and create_time <= #{endTime,jdbcType=TIMESTAMP}
|
and create_time <= #{endTime,jdbcType=TIMESTAMP}
|
||||||
</if>
|
</if>
|
||||||
order by create_time desc
|
order by create_time desc
|
||||||
|
|||||||
Reference in New Issue
Block a user