mirror of
				https://gitee.com/dromara/mayfly-go
				synced 2025-11-04 08:20:25 +08:00 
			
		
		
		
	feat: 小功能优化&前端基于setup语法糖重构
This commit is contained in:
		@@ -31,7 +31,7 @@ func (m *machineRepoImpl) GetMachineList(condition *entity.MachineQuery, pagePar
 | 
			
		||||
	if condition.TagPathLike != "" {
 | 
			
		||||
		sql = sql + " AND m.tag_path LIKE '" + condition.TagPathLike + "%'"
 | 
			
		||||
	}
 | 
			
		||||
	sql = sql + " ORDER BY m.tag_id, m.create_time DESC"
 | 
			
		||||
	sql = sql + " ORDER BY m.tag_path"
 | 
			
		||||
	return model.GetPageBySql(sql, pageParam, toEntity)
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user