Commit 329eb876 authored by muhong's avatar muhong

修改 首页名称联想去重

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