Parcourir la source

会议管理-添加创建时间

长阳分支推送专用
ndbs il y a 2 ans
Parent
révision
bca79490e2
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  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 Voir le fichier

@@ -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);
}



Chargement…
Annuler
Enregistrer