zhaoqingang
2024-12-26 ac9dc50f6b8403c4f4b0918432e11d7268fcadf1
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={})