feat: 修改主机分组配置.

This commit is contained in:
lijiahangmax
2023-12-01 01:54:50 +08:00
parent 875c873622
commit a76bc1ef54
31 changed files with 9003 additions and 7797 deletions

View File

@@ -64,7 +64,7 @@ public class DataGroupRelServiceImpl implements DataGroupRelService {
// 差异变更
List<DataGroupRelDO> records = dataGroupRelDAO.of()
.createWrapper()
.eq(DataGroupRelDO::getGroupId, group)
.eq(DataGroupRelDO::getGroupId, group.getId())
.then()
.list();
// 查询删除的部分