2134
This commit is contained in:
parent
514509d2d4
commit
b59d4a2a46
@ -808,7 +808,7 @@ namespace APT.SC.WebApi.Controllers.Api.SE
|
|||||||
var checkJoin = Nav_Users.Where(e => e.OK);
|
var checkJoin = Nav_Users.Where(e => e.OK);
|
||||||
if (checkJoin == null)
|
if (checkJoin == null)
|
||||||
{
|
{
|
||||||
checkJoin = Nav_Users.Where(e => e.STATUS == SETrainRecordUserStatusEnum.参与);
|
checkJoin = entity.Nav_Users.Where(e => e.STATUS == SETrainRecordUserStatusEnum.参与);
|
||||||
if (checkJoin == null)
|
if (checkJoin == null)
|
||||||
{
|
{
|
||||||
throw new Exception("如果没人参加此次培训,请在PC端操作取消!");
|
throw new Exception("如果没人参加此次培训,请在PC端操作取消!");
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user