Showing
1 changed file
with
1 additions
and
1 deletions
@@ -10,7 +10,7 @@ | @@ -10,7 +10,7 @@ | ||
10 | </resultMap> | 10 | </resultMap> |
11 | 11 | ||
12 | <select id="selectAll" resultMap="BaseResultMap"> | 12 | <select id="selectAll" resultMap="BaseResultMap"> |
13 | - select id, search_word, order_by, create_time, update_time from hot_search_word | 13 | + select id, search_word, order_by, create_time, update_time from search_word |
14 | where 1 = 1 | 14 | where 1 = 1 |
15 | <if test="clientType != null"> | 15 | <if test="clientType != null"> |
16 | AND (client_type = #{clientType, jdbcType=INTEGER} or client_type = 2) | 16 | AND (client_type = #{clientType, jdbcType=INTEGER} or client_type = 2) |
-
Please register or login to post a comment