Parcourir la source

修改paper对象中的hasAudioQuestion字段为:hasAudio

chenken il y a 7 ans
Parent
commit
40574ef782

+ 1 - 1
cqb-paper/src/main/java/com/qmth/cqb/paper/model/computerTestModel/ComputerTestPaper.java

@@ -57,7 +57,7 @@ public class ComputerTestPaper {
 		this.courseName = paper.getCourse().getName();
 		this.totalScore = paper.getTotalScore();
 		this.detailCount = paper.getPaperDetailCount();
-		if(paper.getHasAudioQuestion()==null||!paper.getHasAudioQuestion()){
+		if(paper.getHasAudio()==null||!paper.getHasAudio()){
 			this.hasVideo = 0;
 		}else{
 			this.hasVideo = 1;