|
|
|
@ -233,6 +233,10 @@ public class SceneQuestionServiceImpl implements ISceneQuestionService { |
|
|
|
} else { |
|
|
|
params.put("channel", null); |
|
|
|
} |
|
|
|
String correct = dataTmp.getString("correct"); |
|
|
|
if (StringUtils.isNotEmpty(correct)) { |
|
|
|
params.put("correct", correct); |
|
|
|
} |
|
|
|
JSONArray option = dataTmp.getJSONArray("option"); |
|
|
|
if(Objects.nonNull(option) && option.size()!=0){ |
|
|
|
Map<String ,String> map = new HashMap<>(); |
|
|
|
|