Compare commits
No commits in common. "8ea65eb6d130e75912981ee54ceef7febbb2116e" and "d9bd2733fb37b8b993b924e6f6a469a84cd14b9c" have entirely different histories.
8ea65eb6d1
...
d9bd2733fb
@ -805,15 +805,6 @@ namespace APT.SC.WebApi.Controllers.Api.SE
|
|||||||
List<T_SE_TRAIN_RECORD_PAPER> Nav_Papers = null;
|
List<T_SE_TRAIN_RECORD_PAPER> Nav_Papers = null;
|
||||||
if (entity.PUBLISH != null && entity.PUBLISH.Equals("SaveAndNotify"))
|
if (entity.PUBLISH != null && entity.PUBLISH.Equals("SaveAndNotify"))
|
||||||
{
|
{
|
||||||
var checkJoin = Nav_Users.Where(e => e.OK);
|
|
||||||
if (checkJoin == null)
|
|
||||||
{
|
|
||||||
checkJoin = Nav_Users.Where(e => e.STATUS == SETrainRecordUserStatusEnum.参与);
|
|
||||||
if (checkJoin == null)
|
|
||||||
{
|
|
||||||
throw new Exception("如果没人参加此次培训,请在PC端操作取消!");
|
|
||||||
}
|
|
||||||
}
|
|
||||||
sendNotice = new List<T_FM_NOTIFICATION_TASK>();
|
sendNotice = new List<T_FM_NOTIFICATION_TASK>();
|
||||||
if (entity.NOTIFY_ID == Guid.Empty || entity.TaskID == Guid.Empty)
|
if (entity.NOTIFY_ID == Guid.Empty || entity.TaskID == Guid.Empty)
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user