|
@@ -27,7 +27,7 @@ public class CrbTask implements ITask {
|
|
|
dateparams.put("institution_id", PropKit.get("institution_id"));
|
|
|
dateparams.put("remote", "2");
|
|
|
dateparams.put("page", "1");
|
|
|
- dateparams.put("num", "20");
|
|
|
+ dateparams.put("num", "50");
|
|
|
JSONArray jsonArray = dService.getReport(dateparams);
|
|
|
for (Object object : jsonArray) {
|
|
|
try {
|