From 7db50a596a74a4100cd9bfbbb5be0b2529dba2d5 Mon Sep 17 00:00:00 2001
From: 移动系统liao <liaoxujun@qq.com>
Date: 星期六, 08 二月 2025 09:15:48 +0800
Subject: [PATCH] no message

---
 cylsg/cylsg.Application/CyOS/CyOSBaoXiaoCaiWuController.cs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/cylsg/cylsg.Application/CyOS/CyOSBaoXiaoCaiWuController.cs b/cylsg/cylsg.Application/CyOS/CyOSBaoXiaoCaiWuController.cs
index f839286..7b345c9 100644
--- a/cylsg/cylsg.Application/CyOS/CyOSBaoXiaoCaiWuController.cs
+++ b/cylsg/cylsg.Application/CyOS/CyOSBaoXiaoCaiWuController.cs
@@ -42,7 +42,7 @@
             }
 
             Expression<Func<OaWorkPlan, bool>> SearchList = (x) => true;
-
+            SearchList = SearchList.And(x => x.ApprovalStatus != PlanStatusType.Uncommitted);
             //宸濆嵃宸ヤ綔鍗�
             SearchList = SearchList.And(x => x.MemberId == _OAServices.firmId);
             SearchList = SearchList.And(x => x.PlanType == 3);
@@ -158,7 +158,7 @@
                     try
                     {
                         data.EvaluationStatus = BaoxiaoStausType.Reimbursed;
-                        data.PlanContent = plan.PlanContent;
+                        //data.PlanContent = plan.PlanContent;
                         data.LastUpdateTime = DateTime.Now;
                         await _SugarClient.Updateable(data).ExecuteCommandAsync();
 

--
Gitblit v1.9.1