Compare commits
No commits in common. "52c48630cf90b89f41ed652b34fc95927c57c7c4" and "8eecb1ee82bb4c867f48ca786242407953b6468e" have entirely different histories.
52c48630cf
...
8eecb1ee82
@ -1952,7 +1952,7 @@ namespace APT.PP.WebApi.Controllers.Api.PP
|
||||
{
|
||||
var userName = users.FirstOrDefault(t => t.ID == sendUser.USER_ID)?.NAME;
|
||||
var notice = NotificationTaskService.InsertUserNoticeTaskModel("动火作业现场条件验收", item.ID, item.ORG_ID, (Guid)sendUser.USER_ID, userName, DateTime.Now,
|
||||
DateTime.Now.AddHours(24), (int)FMNoticeTypeEnum.消息, "FO043_1");
|
||||
DateTime.Now.AddHours(24), (int)FMNoticeTypeEnum.消息, "FO043");
|
||||
notices.Add(notice);
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user