Compare commits
No commits in common. "87ddf3871f4a04dda87d6e4e72997cc86818ecc1" and "ad99885e77237922ab5cb23649be568c692f4276" have entirely different histories.
87ddf3871f
...
ad99885e77
@ -1939,12 +1939,7 @@ namespace APT.PP.WebApi.Controllers.Api.PP
|
||||
var allSendUserNames = new List<string>();
|
||||
var allSendTitles = new List<string>();
|
||||
var allSendDataIds = new List<Guid>();
|
||||
SETrainNotifyStatus STATUS = SETrainNotifyStatus.草稿;
|
||||
|
||||
foreach (var notify in notifys)
|
||||
{
|
||||
STATUS = notify.STATUS;
|
||||
try
|
||||
{
|
||||
notify.STATUS = SETrainNotifyStatus.归档;
|
||||
var record = new T_SE_TRAIN_RECORD
|
||||
@ -1991,11 +1986,6 @@ namespace APT.PP.WebApi.Controllers.Api.PP
|
||||
allSendDataIds.Add(record.ID);
|
||||
allSendUserIds.Add((Guid)notify.RECORD_USER_ID);
|
||||
allSendUserNames.Add(notify.Nav_RecordUser.NAME);
|
||||
}
|
||||
catch
|
||||
{
|
||||
notify.STATUS = STATUS;
|
||||
}
|
||||
notify.Nav_LaunchUser = null;
|
||||
notify.Nav_RecordUser = null;
|
||||
};
|
||||
|
||||
Loading…
Reference in New Issue
Block a user