mirror of
				https://gitee.com/dromara/mayfly-go
				synced 2025-11-04 08:20:25 +08:00 
			
		
		
		
	refactor: base.repo与base.app精简优化
This commit is contained in:
		@@ -83,7 +83,7 @@ func (m *machineCmdConfAppImpl) GetCmdConfsByMachineTags(tagPaths ...string) []*
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	var cmdConfs []*entity.MachineCmdConf
 | 
			
		||||
	m.GetByIdIn(&cmdConfs, cmdConfIds)
 | 
			
		||||
	m.GetByIds(&cmdConfs, cmdConfIds)
 | 
			
		||||
 | 
			
		||||
	for _, cmdConf := range cmdConfs {
 | 
			
		||||
		for _, cmd := range cmdConf.Cmds {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user