小么熊🐻 %!s(int64=2) %!d(string=hai) anos
pai
achega
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();