add: multi-tenant phase III

This commit is contained in:
2024-06-27 17:22:05 +08:00
parent 040a3b1bad
commit 38f34ba0c2
8 changed files with 74 additions and 20 deletions

View File

@@ -46,7 +46,8 @@ func (s *AMFController) UEList(c *gin.Context) {
c.JSON(200, result.ErrMsg(i18n.TKey(language, "app.common.noNEInfo")))
return
}
querys.RmUID = neInfo.RmUID
// remove for multi amf,
//querys.RmUID = neInfo.RmUID
// 查询数据
data := s.ueEventService.SelectPage(querys)