feat(多数据源): 新增字段

This commit is contained in:
gx_ma
2025-04-27 11:51:39 +08:00
parent 5b6ec185c4
commit 3500faf044
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>