Commit 60f319fc authored by 竹天卫's avatar 竹天卫

设备分类筛选 按照分类名称进行筛选

parent 9063b9a3
......@@ -14,7 +14,7 @@
and t.name like concat('%', #{params.name}, '%')
</if>
<if test="params.type != null">
and t.type = #{params.type}
and et.name = #{params.type}
</if>
</where>
</sql>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment