Authored by Gino Zhang

修改sql问题

... ... @@ -77,7 +77,7 @@
<include refid="Base_Column_List" />
from suggest_word_def limit #{offset},#{pageSize}
</select>
<select id="selectByKeywordType" resultMap="BaseResultMap" timeout="20000">
<select id="selectByKeywordTypes" resultMap="BaseResultMap" timeout="20000">
select
<include refid="Base_Column_List" />
from suggest_word_def where type in
... ...