update 标准征求意见流程
This commit is contained in:
+1
-1
@@ -535,7 +535,7 @@ public class LawsAsmsOpenApiServiceImpl extends ServiceImpl<LawsAsmsOpenApiMappe
|
||||
// 文档拆分
|
||||
String url = "xiaobodata/openApi/article/search";
|
||||
map.put("pageNo", "1");
|
||||
map.put("pageSize", "1000");
|
||||
map.put("pageSize", "2");
|
||||
Map<String, Object> totalMap = asmsPostUtil.sendGetReq2(url, map);
|
||||
Integer total = (Integer) totalMap.get("total");
|
||||
map.put("pageSize", total.toString());
|
||||
|
||||
+1
-1
@@ -293,7 +293,7 @@ public class SynchronizationAsmsService {
|
||||
String url = "xiaobodata/openApi/article/search";
|
||||
Map<String, String> paramMap = new HashMap<>();
|
||||
paramMap.put("pageNo", "1");
|
||||
paramMap.put("pageSize", "1000");
|
||||
paramMap.put("pageSize", "2");
|
||||
Map<String, Object> totalMap = asmsPostUtil.sendGetReq2(url, paramMap);
|
||||
Integer total = (Integer) totalMap.get("total");
|
||||
paramMap.put("pageSize", total.toString());
|
||||
|
||||
Reference in New Issue
Block a user