取消三级安全教育

This commit is contained in:
wjn 2024-09-19 08:41:28 +08:00
parent b4d7f1a8bd
commit de6bdd1a18

View File

@ -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();