|
@@ -6,7 +6,6 @@ import com.xhkjedu.sstudy.mapper.subjectbook.SubjectQuestiontypeMapper;
|
6
|
6
|
import com.xhkjedu.sstudy.model.subjectbook.TSubjectQuestiontype;
|
7
|
7
|
import com.xhkjedu.sstudy.utils.StudyUtil;
|
8
|
8
|
import com.xhkjedu.utils.N_Utils;
|
9
|
|
-import com.xhkjedu.sstudy.vo.subjectbook.SubjectQuestiontypeVo;
|
10
|
9
|
import org.springframework.beans.factory.annotation.Autowired;
|
11
|
10
|
import org.springframework.stereotype.Service;
|
12
|
11
|
|
|
@@ -118,6 +117,7 @@ public class SubjectQuestiontypeService {
|
118
|
117
|
if(hearnum!=null && hearnum >0){
|
119
|
118
|
Map tlmap = new HashMap();
|
120
|
119
|
tlmap.put("qtypename","听力题");
|
|
120
|
+ tlmap.put("qtypeid","tlt");
|
121
|
121
|
list.add(0,tlmap);
|
122
|
122
|
}
|
123
|
123
|
}
|