Commit 16686519 authored by wzp's avatar wzp

修改bug

parent 4a00cc66
...@@ -55,7 +55,7 @@ where 1=1 ...@@ -55,7 +55,7 @@ where 1=1
</select> </select>
<select id="getArea" resultType="string"> <select id="getArea" resultType="string">
select id from t_area where full_name LIKE concat('%', #{name}, '%') order by code desc limit 1 select id from t_area where full_name = #{name} order by code desc limit 1
</select> </select>
</mapper> </mapper>
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