优化服务器管理搜索、监控看板优化

This commit is contained in:
gaoyutao
2025-11-19 11:31:43 +08:00
parent 12ca2b2066
commit 54fafb90bd
6 changed files with 9 additions and 7 deletions
@@ -287,7 +287,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if test="endTime != null">
and create_time &lt;= #{endTime}
</if>
<if test="clientIds != '' and clientIds != null">
<if test="clientIds != null">
and client_id in
<foreach collection="clientIds.split(',')" item="clientId" open="(" separator="," close=")">
#{clientId}