|
|
@@ -107,6 +107,8 @@ public class KdHuaGaoServiceImpl implements KdHuaGaoService {
|
|
|
.build(), YDConf.FORM_QUERY.retrieve_search_form_id);
|
|
|
|
|
|
formInstanceIdListList.addAll(Collections.singleton((List<String>) ddrNew.getData()));
|
|
|
+
|
|
|
+ Thread.sleep(1000);
|
|
|
}while (ddrNew.getPageNumber() * pageSize < ddrNew.getTotalCount());
|
|
|
|
|
|
for (List<String> formInstanceIdList : formInstanceIdListList) {
|