From 2c918538dd43d6f80aaf9d4f6eaf30b61727a1c6 Mon Sep 17 00:00:00 2001 From: username@email.com <yzy2002yzy@163.com> Date: 星期六, 08 二月 2025 09:05:20 +0800 Subject: [PATCH] 修改审核中员工排在前边 --- 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