新增 小程序查询桩升级固件列表

This commit is contained in:
Lemon
2024-11-21 16:24:57 +08:00
parent c4183c9b28
commit ee0eddb680
5 changed files with 98 additions and 0 deletions

View File

@@ -27,6 +27,7 @@
<include refid="selectPileFirmwareInfoVo"/>
<where>
<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>
</select>