From d86dae44c73e75c5a23617682eabbaa53dcbc45b Mon Sep 17 00:00:00 2001 From: sjz <1240968267@qq.com> Date: 星期二, 16 九月 2025 14:01:38 +0800 Subject: [PATCH] 1 --- MESApplication/Controllers/BasicData/SysDepartmentController.cs | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/MESApplication/Controllers/BasicData/SysDepartmentController.cs b/MESApplication/Controllers/BasicData/SysDepartmentController.cs index 366444f..e514e5b 100644 --- a/MESApplication/Controllers/BasicData/SysDepartmentController.cs +++ b/MESApplication/Controllers/BasicData/SysDepartmentController.cs @@ -40,7 +40,10 @@ resultInfos.tbBillList = save; entity.Result = 0; - if (save) entity.Result = 1; + if (save) + { + entity.Result = 1; + } entity.DealWith = 1; _manager.save(entity); -- Gitblit v1.9.3