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