移动系统liao
2025-03-07 8c92db325f7c801d2df095763a17673fa6c92085
cylsg/cylsg.Application/CyOS/CyOSBaoXiaoCaiWuController.cs
@@ -17,6 +17,7 @@
    /// 财务报销控制器
    /// </summary>
    [Authorize]
    [ApiDescriptionSettings("CYOA")]
    public  class CyOSBaoXiaoCaiWuController: IDynamicApiController
    {
        private static readonly SemaphoreSlim _semaphore = new SemaphoreSlim(1);
@@ -42,7 +43,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 +159,7 @@
                    try
                    {
                        data.EvaluationStatus = BaoxiaoStausType.Reimbursed;
                        data.PlanContent = plan.PlanContent;
                        //data.PlanContent = plan.PlanContent;
                        data.LastUpdateTime = DateTime.Now;
                        await _SugarClient.Updateable(data).ExecuteCommandAsync();