Commit 45f158682be70dbcc5e0b7765e1e3d290490b4fb
1 parent
6d9e308a8a
Exists in
master
and in
6 other branches
1
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/TestController.java
View file @
45f1586
... | ... | @@ -2134,7 +2134,7 @@ |
2134 | 2134 | commonThreadPool.execute(new Worker(map.get("parentid").toString(), map.get("id").toString(), Integer.valueOf(type))); |
2135 | 2135 | } |
2136 | 2136 | } |
2137 | - page++; | |
2137 | + ++page; | |
2138 | 2138 | } while (null != dataMap && dataMap.size() == 100); |
2139 | 2139 | return new BaseObjectResponse().setErrorcode(ErrorCodeConstants.SUCCESS).setErrormsg("xxx"); |
2140 | 2140 | } |