Merge branch 'master' of http://121.41.2.71:3000/wyw/mh_jy_safe
This commit is contained in:
commit
1fb8e958c6
@ -1254,7 +1254,7 @@ namespace APT.SC.WebApi.Controllers.Api.SE
|
||||
|
||||
foreach (var item in Nav_Users)
|
||||
{
|
||||
if (item.IS_DELETED && !item.OK)
|
||||
if (item.IS_DELETED || !item.OK)
|
||||
continue;
|
||||
|
||||
effect = new T_SE_TRAINING_EFFECT_EVALUATION_SURVEY
|
||||
|
||||
@ -473,7 +473,7 @@ namespace APT.SE.WebApi.Controllers.Api
|
||||
}
|
||||
else
|
||||
{
|
||||
if (listAnswerError.Contains(strANSWER))
|
||||
if (!listAnswerError.Contains(strANSWER))
|
||||
{
|
||||
listAnswerError.Add(strANSWER);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user