培训通知确认 状态修改 数据库更新
This commit is contained in:
parent
462bdf624f
commit
12e6fa30d1
@ -2013,6 +2013,8 @@ namespace APT.PP.WebApi.Controllers.Api.PP
|
|||||||
BantchAddEntityNoCommit(files);
|
BantchAddEntityNoCommit(files);
|
||||||
if (task != null)
|
if (task != null)
|
||||||
UpdateEntityNoCommit(task);
|
UpdateEntityNoCommit(task);
|
||||||
|
if (finishNotifys1 != null && finishNotifys1.Any())
|
||||||
|
BantchUpdateEntityNoCommit(finishNotifys1);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user