mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-06-13 03:39:55 +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="useRange != null and useRange != ''"> and use_range = #{useRange,jdbcType=VARCHAR}</if>
|
||||
</where>
|
||||
group by create_time DESC
|
||||
</select>
|
||||
|
||||
<select id="selectPileFirmwareInfoById" parameterType="Long" resultMap="PileFirmwareInfoResult">
|
||||
|
||||
Reference in New Issue
Block a user