提交 f690c5c3 authored 作者: zjm's avatar zjm

fix(试卷模块): 修改了试卷查询不出的的bug

修改了试卷查询不出的的bug
上级 3b822a93
...@@ -190,7 +190,7 @@ public class TestPaperServiceImpl implements TestPaperService { ...@@ -190,7 +190,7 @@ public class TestPaperServiceImpl implements TestPaperService {
Integer trainStatus; Integer trainStatus;
Integer testPaperStatus; Integer testPaperStatus;
if (status==0){ if (status==0){
trainStatus=1; trainStatus=0;
testPaperStatus=0; testPaperStatus=0;
}else { }else {
trainStatus=2; trainStatus=2;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论