Commit fc32d963 authored by srx's avatar srx

模糊筛选修改

parent caccf8ac
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
and `name` like concat('%',#{name},'%') and `name` like concat('%',#{name},'%')
</if> </if>
<if test="constructionUnit != '' and constructionUnit != null"> <if test="constructionUnit != '' and constructionUnit != null">
and `construction_Unit` like concat('%',#{constructioUnit},'%') and `construction_Unit` like concat('%',#{constructionUnit},'%')
</if> </if>
</where> </where>
</select> </select>
......
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