Commit 71141591 by naan1993

修复字典查询bug

parent 27f42c88
......@@ -15,7 +15,7 @@
<select id="list" resultType="map">
select * from dict
where num = 0
where pid = 0
<if test="condition != null and condition != ''">
AND name like CONCAT('%',#{condition},'%')
</if>
......
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