Commit 04504cc4 authored by xianyang's avatar xianyang

合并

parent a93fb61f
......@@ -204,7 +204,7 @@ def recovery_fix(data: acc_schemas.RecoveryupdateTable, token=Depends(login_requ
@router.post("/menu/add")
def menu_add(data: schemas.MenuAdd, db: Session = Depends(get_db),token=Depends(login_required)):
def menu_add(data: schemas.MenuAdd, db: Session = Depends(get_db), token=Depends(login_required)):
"""新增财务菜单配置"""
db_user = crud.get_menu_name(db,menu_name=data.menu_name)
if db_user:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment