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

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

parent 9063b9a3
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
and t.name like concat('%', #{params.name}, '%') and t.name like concat('%', #{params.name}, '%')
</if> </if>
<if test="params.type != null"> <if test="params.type != null">
and t.type = #{params.type} and et.name = #{params.type}
</if> </if>
</where> </where>
</sql> </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