소스 검색

三力错题

小么熊🐻 2 년 전
부모
커밋
db5e677323
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      jpcj-admin/src/main/java/com/miaxis/pc/controller/question/PcQuestionThreeWrongController.java

+ 1 - 1
jpcj-admin/src/main/java/com/miaxis/pc/controller/question/PcQuestionThreeWrongController.java

@@ -50,7 +50,7 @@ public class PcQuestionThreeWrongController extends BaseController {
 
         List<QuestionThreeWrong> qlist = new ArrayList<QuestionThreeWrong>();
         for (QuestionWgYunDTO wgYunDTO : wrong.getWrongs()) {
-            if (questionIdsStr.contains(wgYunDTO.getId())) {
+            if (questionIdsStr.contains(wgYunDTO.getId()+"")) {
                 continue;
             }
             QuestionThreeWrong questionThreeWrong = new QuestionThreeWrong();