From 8b613a5275e6fe23b91f65cc6a7fba720ae4d7ef Mon Sep 17 00:00:00 2001 From: 移动系统liao <liaoxujun@qq.com> Date: 星期二, 18 二月 2025 11:10:35 +0800 Subject: [PATCH] 完成阿里云本地上传token生成,实现小程序本地上传 --- 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