mirror of
https://gitee.com/dromara/mayfly-go
synced 2025-12-25 09:06:34 +08:00
refactor: 数据库管理迁移至数据库实例-库管理、机器管理-文件支持用户和组信息查看
This commit is contained in:
@@ -23,7 +23,7 @@ func (m *machineRepoImpl) GetMachineList(condition *entity.MachineQuery, pagePar
|
||||
Like("ip", condition.Ip).
|
||||
Like("name", condition.Name).
|
||||
In("code", condition.Codes).
|
||||
Like("code", condition.Code).
|
||||
Eq("code", condition.Code).
|
||||
Eq("protocol", condition.Protocol)
|
||||
|
||||
return m.PageByCondToAny(qd, pageParam, toEntity)
|
||||
|
||||
Reference in New Issue
Block a user