|
@@ -361,7 +361,7 @@ public class ViewController extends Controller {
|
|
|
renderText(records.toString());
|
|
|
}
|
|
|
|
|
|
- public void tempinfonum() {
|
|
|
+ public void infonum500() {
|
|
|
DataService dService = ServiceFactory.getService(DataService.class);
|
|
|
JSONArray jsonArray = dService.getExamList(500);
|
|
|
for (Object object : jsonArray) {
|
|
@@ -400,6 +400,8 @@ public class ViewController extends Controller {
|
|
|
continue;
|
|
|
}
|
|
|
}
|
|
|
+ renderText(jsonArray.toString());
|
|
|
+
|
|
|
}
|
|
|
/**
|
|
|
* 日期字符串格式转换
|