From 795fa3a0ce15e32463a444c2b3fc1468596afba2 Mon Sep 17 00:00:00 2001
From: sjz <1240968267@qq.com>
Date: 星期二, 18 三月 2025 13:41:48 +0800
Subject: [PATCH] Merge branch 'master' of http://43.142.96.171:8080/r/~sjz/YC

---
 MESApplication/Controllers/WomcaaController.cs |    8 ++------
 1 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/MESApplication/Controllers/WomcaaController.cs b/MESApplication/Controllers/WomcaaController.cs
index 579cf20..6ff858f 100644
--- a/MESApplication/Controllers/WomcaaController.cs
+++ b/MESApplication/Controllers/WomcaaController.cs
@@ -40,13 +40,9 @@
             resultInfos.tbBillList = save;
 
             entity.Result = 0;
-            entity.DealWith = 0;
-            if (save)
-            {
-                entity.Result = 1;
-                entity.DealWith = 1;
-            }
 
+            if (save) entity.Result = 1;
+            entity.DealWith = 1;
             _manager.save(entity);
 
             return new ResponseResult

--
Gitblit v1.9.3