mirror of
				https://gitee.com/dromara/mayfly-go
				synced 2025-11-04 00:10:25 +08:00 
			
		
		
		
	refactor: 标签资源重构
This commit is contained in:
		@@ -27,7 +27,8 @@ func (m *machineRepoImpl) GetMachineList(condition *entity.MachineQuery, pagePar
 | 
			
		||||
		Eq("status", condition.Status).
 | 
			
		||||
		Like("ip", condition.Ip).
 | 
			
		||||
		Like("name", condition.Name).
 | 
			
		||||
		In("code", condition.Codes)
 | 
			
		||||
		In("code", condition.Codes).
 | 
			
		||||
		Eq("code", condition.Code)
 | 
			
		||||
 | 
			
		||||
	// 只查询ssh服务器
 | 
			
		||||
	if condition.Ssh == entity.MachineProtocolSsh {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user