xuyonghao
2025-01-20 8e3a2d2cc78dba7e5c9a7145ceae65658b32da66
app/api/organization.py
@@ -67,4 +67,4 @@
    msg = await edit_organization_status(db, dept.deptId, str(dept.status))
    if msg:
        return Response(code=400, msg=f"{msg}", data={})
    return Response(code=200, msg="dept delete successfully", data={})
    return Response(code=200, msg="dept status update successfully", data={})