fix: UDM批量操作加载数据根据前缀重载

This commit is contained in:
TsMask
2025-10-11 11:42:26 +08:00
parent b401748dac
commit 8f7636bc2a
5 changed files with 53 additions and 73 deletions

View File

@@ -446,7 +446,7 @@ func (s *UDMSubController) Removes(c *gin.Context) {
// 命令ok时
if strings.Contains(data, "ok") {
s.udmSubService.LoadData(neId, imsi, num, "-(Deleted)-")
s.udmSubService.LoadData(neId, imsi, num, "")
}
c.JSON(200, resp.OkData(data))
}