Przeglądaj źródła

会议管理-添加创建时间

长阳分支推送专用
ndbs 2 lat temu
rodzic
commit
bca79490e2
1 zmienionych plików z 2 dodań i 1 usunięć
  1. +2
    -1
      Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/PersonnelManagement/MeetingManagement/MeetingManagementService.cs

+ 2
- 1
Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/PersonnelManagement/MeetingManagement/MeetingManagementService.cs Wyświetl plik

@@ -136,7 +136,7 @@ namespace Learun.Application.TwoDevelopment.PersonnelManagement
try
{
var data = this.BaseRepository("CollegeMIS").FindEntity<MeetingManagementEntity>(keyValue);
if (data!=null)
if (data != null)
{
data.ConferenceRoomName = this.BaseRepository("CollegeMIS").FindEntity<ConferenceRoomEntity>(data.MeetingPlace).Name;
}
@@ -232,6 +232,7 @@ namespace Learun.Application.TwoDevelopment.PersonnelManagement
else
{
entity.Create(userInfo);
entity.CreateTime = DateTime.Now;
db.Insert(entity);
}



Ładowanie…
Anuluj
Zapisz