Commit 58228d9b authored by chenhao's avatar chenhao

修改消防队伍模糊查询excle导出失败

parent 9024e252
...@@ -89,7 +89,7 @@ ...@@ -89,7 +89,7 @@
</if> </if>
</if> </if>
<if test='name!=null and name!=""'> <if test='name!=null and name!=""'>
and t.name like CONCAT( '%', #{name}),'%') and t.name like CONCAT( '%', #{name},'%')
</if> </if>
<if test='typeCode!=null and typeCode!=""'> <if test='typeCode!=null and typeCode!=""'>
and t.type_code = #{typeCode} and t.type_code = #{typeCode}
......
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