fix: MME配置tai-tac数值类型
This commit is contained in:
@@ -313,7 +313,7 @@ const supportMapper = {
|
||||
return {
|
||||
index: index,
|
||||
plmnId: plmn,
|
||||
tac: param.tac,
|
||||
tac: parseInt(param.tac),
|
||||
};
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user