@@ -63,7 +63,7 @@
<!-- 分页查询 -->
<select id="queryPage" resultMap="HotWordsLabel" parameterType="map">
- SELECT * FROM hot_words_label where tenant_id_ = #{tenantId} ORDER BY id_ <include refid="global.limit"/>
+ SELECT * FROM hot_words_label ORDER BY id_ <include refid="global.limit"/>
</select>
<!-- 查询当前表的总记录数 -->