🐳 修改 docker 构建逻辑.

This commit is contained in:
lijiahangmax
2025-07-05 17:44:33 +08:00
parent 47a14dec6a
commit 65771f0b41
10 changed files with 371 additions and 97 deletions

View File

@@ -60,7 +60,7 @@
)
WHERE deleted = 0
AND type = 'HOST'
AND item IN ('SSH', 'RDP')
AND item IN ('SSH', 'RDP', 'VNC')
<foreach collection="identityIdList" item="item" separator="OR" open="AND (" close=")">
JSON_CONTAINS(value, JSON_OBJECT('identityId', #{item}))
</foreach>