取消三级安全教育
This commit is contained in:
parent
b4d7f1a8bd
commit
de6bdd1a18
@ -332,7 +332,7 @@ namespace APT.FM.WebApi.Controllers.Api.FM
|
||||
var isRepeat = userList.FirstOrDefault(t => t.CODE == entity.CODE);
|
||||
if (isRepeat != null)
|
||||
this.ThrowError("050001");
|
||||
if (!APT.Infrastructure.Api.AppContext.CurrentSession.UserName.Contains("admin"))
|
||||
if (false)
|
||||
{
|
||||
#region 新增人员增加三级安全教育
|
||||
eduCard = new T_SE_THREE_LEVEL_SAFE_EDU_CARD();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user