From 0d47f33ade622e3951ba4f1c460e92599579bebd Mon Sep 17 00:00:00 2001
From: xuyonghao <898441624@qq.com>
Date: 星期二, 21 一月 2025 17:01:25 +0800
Subject: [PATCH] 上传excel返回json保持相同

---
 app/api/organization.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/app/api/organization.py b/app/api/organization.py
index fcb2447..e5e73a6 100644
--- a/app/api/organization.py
+++ b/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={})

--
Gitblit v1.8.0