mirror of
https://gitee.com/dromara/mayfly-go
synced 2025-12-25 09:06:34 +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