修改
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
a9a67c1db2
commit
f9c155a378
|
@ -408,10 +408,7 @@ namespace IRaCIS.Core.Application.Service
|
||||||
x.VisitTaskInfoList.ForEach(z =>
|
x.VisitTaskInfoList.ForEach(z =>
|
||||||
{
|
{
|
||||||
z.JudgeQuestionList=z.JudgeQuestionList.Take(maxNum).ToList();
|
z.JudgeQuestionList=z.JudgeQuestionList.Take(maxNum).ToList();
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in New Issue