Browse Source

Merge remote-tracking branch 'origin/master' into ywx

tags/正式版本
雍文秀 2 years ago
parent
commit
e331e3c05e

+ 1
- 1
sstudy/src/main/java/com/xhkjedu/sstudy/service/subjectbook/SubjectQuestiontypeService.java View File

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

Loading…
Cancel
Save