diff --git a/api/api_v1/endpoints/data_mana.py b/api/api_v1/endpoints/data_mana.py index 0d112e4..cff1e4c 100644 --- a/api/api_v1/endpoints/data_mana.py +++ b/api/api_v1/endpoints/data_mana.py @@ -181,6 +181,8 @@ async def select_attr( current_user: schemas.UserDB = Depends(deps.get_current_user) ) -> schemas.Msg: """属性值选择映射""" + if game == "mfmh5": + game='mzmfmh5' resp = await crud.select_map.get_select(db, data_in, game) code = 0 if resp else -9 if resp: