Merge branch 'dev-ruoyi-5.8.9' into dev-springboot3

This commit is contained in:
zhuangpeng.li
2025-04-28 10:28:07 +08:00
5 changed files with 18 additions and 5 deletions

View File

@@ -91,7 +91,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if test="tenantId != null and tenantId != 0"> and tenant_id = #{tenantId}</if>
</where>
) as monitorCount
limit 1
</select>