|
@@ -66,7 +66,7 @@ public class ViewController extends Controller {
|
|
|
public void comedata() {
|
|
|
// TODO Auto-generated method stub
|
|
|
DataService dService = ServiceFactory.getService(DataService.class);
|
|
|
- JSONArray jsonArray = dService.getExamList(2000);
|
|
|
+ JSONArray jsonArray = dService.getExamList(4000);
|
|
|
for (Object object : jsonArray) {
|
|
|
try {
|
|
|
JSONObject jsonObject = JSON.parseObject(object.toString());
|