ソースを参照

app2.0 发送消息

临城职教中职
ndbs 2年前
コミット
8fecbcd2b2
1個のファイルの変更19行の追加0行の削除
  1. +19
    -0
      Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/PersonnelManagement/MeetingManagement/MeetingManagementBLL.cs

+ 19
- 0
Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/PersonnelManagement/MeetingManagement/MeetingManagementBLL.cs ファイルの表示

@@ -237,6 +237,25 @@ namespace Learun.Application.TwoDevelopment.PersonnelManagement
}
}
}
public void ReceivedList(string processId)
{
try
{
meetingManagementService.ReceivedList(processId);
}
catch (Exception ex)
{
if (ex is ExceptionEx)
{
throw;
}
else
{
throw ExceptionEx.ThrowBusinessException(ex);
}
}
}
#endregion

}


読み込み中…
キャンセル
保存