瀏覽代碼

三力错题

小么熊🐻 2 年之前
父節點
當前提交
db5e677323

+ 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();