mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-06-12 19:29:52 +08:00
固件列表根据创建时间倒序
This commit is contained in:
@@ -29,6 +29,7 @@
|
|||||||
<if test="name != null and name != ''"> and name like concat('%', #{name}, '%')</if>
|
<if test="name != null and name != ''"> and name like concat('%', #{name}, '%')</if>
|
||||||
<if test="useRange != null and useRange != ''"> and use_range = #{useRange,jdbcType=VARCHAR}</if>
|
<if test="useRange != null and useRange != ''"> and use_range = #{useRange,jdbcType=VARCHAR}</if>
|
||||||
</where>
|
</where>
|
||||||
|
group by create_time DESC
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
<select id="selectPileFirmwareInfoById" parameterType="Long" resultMap="PileFirmwareInfoResult">
|
<select id="selectPileFirmwareInfoById" parameterType="Long" resultMap="PileFirmwareInfoResult">
|
||||||
|
|||||||
Reference in New Issue
Block a user