zouxuan 3 years ago
parent
commit
db36cedc2f

+ 1 - 1
mec-biz/src/main/resources/config/mybatis/HotWordsLabelMapper.xml

@@ -63,7 +63,7 @@
 	
 	
 	<!-- 分页查询 -->
 	<!-- 分页查询 -->
 	<select id="queryPage" resultMap="HotWordsLabel" parameterType="map">
 	<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>
 	</select>
 	
 	
 	<!-- 查询当前表的总记录数 -->
 	<!-- 查询当前表的总记录数 -->