From c3768acd35c7523ffac62b879a8111aa8c0114ec Mon Sep 17 00:00:00 2001 From: ndbs Date: Mon, 13 Mar 2023 17:32:15 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=88=E5=B9=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../StuLeaveManagementService.cs | 25 ------------------- 1 file changed, 25 deletions(-) diff --git a/Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/EducationalAdministration/StuLeaveManagement/StuLeaveManagementService.cs b/Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/EducationalAdministration/StuLeaveManagement/StuLeaveManagementService.cs index 108672e6d..2d95ffeec 100644 --- a/Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/EducationalAdministration/StuLeaveManagement/StuLeaveManagementService.cs +++ b/Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/EducationalAdministration/StuLeaveManagement/StuLeaveManagementService.cs @@ -227,31 +227,6 @@ namespace Learun.Application.TwoDevelopment.EducationalAdministration } } } - - /// - /// 获取主表实体数据 - /// 流程实例ID - /// - /// - public StuLeaveManagementEntity GetEntityByProcessId(string processId) - { - try - { - return this.BaseRepository("CollegeMIS").FindEntity(t => t.ProcessId == processId); - } - catch (Exception ex) - { - if (ex is ExceptionEx) - { - throw; - } - else - { - throw ExceptionEx.ThrowServiceException(ex); - } - } - } - #endregion #region 提交数据