Authored by mali

热搜词

... ... @@ -10,7 +10,7 @@
</resultMap>
<select id="selectAll" resultMap="BaseResultMap">
select id, search_word, order_by, create_time, update_time from hot_search_word
select id, search_word, order_by, create_time, update_time from search_word
where 1 = 1
<if test="clientType != null">
AND (client_type = #{clientType, jdbcType=INTEGER} or client_type = 2)
... ...