This commit is contained in:
wyw 2026-08-10 09:37:15 +08:00
parent dd5e007eba
commit c604130a0d

View File

@ -1219,6 +1219,10 @@ namespace APT.SC.WebApi.Controllers.Api.SE
default: default:
break; break;
} }
if (isFinish == 0 && eduCard != null && eduCard.TRAIN_STATUS == SEThreeLevelSafeTrainType.)
{
eduCard.STATUS = SENewUserStatus.;
}
} }
} }
//private void CreateNextLevel(Guid ORG_ID, Guid RECORD_ID, Guid TaskID, Guid EDU_CARD_ID, string score) //private void CreateNextLevel(Guid ORG_ID, Guid RECORD_ID, Guid TaskID, Guid EDU_CARD_ID, string score)