fix: 网元列表按给定排序
This commit is contained in:
@@ -125,7 +125,7 @@ func (r NeInfo) SelectList(neInfo model.NeInfo) []model.NeInfo {
|
|||||||
logger.Errorf("query find err => %v", err.Error())
|
logger.Errorf("query find err => %v", err.Error())
|
||||||
return rows
|
return rows
|
||||||
}
|
}
|
||||||
return rows
|
return r.neListSort(rows)
|
||||||
}
|
}
|
||||||
|
|
||||||
// SelectByIds 通过ID查询
|
// SelectByIds 通过ID查询
|
||||||
|
|||||||
Reference in New Issue
Block a user