12
This commit is contained in:
parent
4505cf0fef
commit
815fc4ccae
@ -333,7 +333,7 @@ namespace APT.SC.WebApi.Controllers.Api.SE
|
|||||||
|
|
||||||
if (testidlist.Count == 0 || testidlist.Count < (SCount + MCount + CCount))
|
if (testidlist.Count == 0 || testidlist.Count < (SCount + MCount + CCount))
|
||||||
{
|
{
|
||||||
throw new Exception("当前题库数据不足,未能正常生成试卷! 知识点:" + PointName + "是非题:" + CCount + "单选题:" + SCount + "多选题:" + MCount + "");
|
throw new Exception("当前题库数据不足,未能正常生成试卷! 知识点:" + PointName + "是非题:" + CCount + "题,单选题:" + SCount + "题,多选题:" + MCount + "题!");
|
||||||
}
|
}
|
||||||
Nav_Papers = new List<T_SE_NEW_USER_DETAIL_PAPER>();
|
Nav_Papers = new List<T_SE_NEW_USER_DETAIL_PAPER>();
|
||||||
testidlist.ForEach(testid =>
|
testidlist.ForEach(testid =>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user