Commit 329eb876 authored by muhong's avatar muhong

修改 首页名称联想去重

parent 8e515540
...@@ -704,9 +704,7 @@ ...@@ -704,9 +704,7 @@
<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
</if>
name name
from item from item
<if test="_parameter != null"> <if test="_parameter != null">
......
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