Joburgess hace 5 años
padre
commit
d6f2e5e370

+ 1 - 1
edu-user/edu-user-server/src/main/resources/config/mybatis/TenantInfoMapper.xml

@@ -116,7 +116,7 @@
 
 	<!-- 查询当前表的总记录数 -->
 	<select id="countTenants" resultType="int">
-		SELECT COUNT(*) FROM tenant_info
+		SELECT COUNT(*) FROM tenant_info ti
 		<include refid="queryPageCondition"/>
 	</select>
 </mapper>