Commit 329eb876 authored by muhong's avatar muhong

修改 首页名称联想去重

parent 8e515540
...@@ -704,10 +704,8 @@ ...@@ -704,10 +704,8 @@
<select id="selectNameByExample" parameterType="com.wwdz.ch.db.domain.ItemExample" resultMap="StringResultMap"> <select id="selectNameByExample" parameterType="com.wwdz.ch.db.domain.ItemExample" resultMap="StringResultMap">
select select
<if test="distinct"> distinct
distinct name
</if>
name
from item from item
<if test="_parameter != null"> <if test="_parameter != null">
<include refid="Example_Where_Clause" /> <include refid="Example_Where_Clause" />
......
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