This commit is contained in:
wangliwen 2022-05-27 14:01:24 +08:00
parent 61db8a5f7d
commit 03db648aee
1 changed files with 1 additions and 1 deletions

View File

@ -170,7 +170,7 @@ public class ActHistoryService {
HistoricProcessInstanceQuery query = historyService.createHistoricProcessInstanceQuery();
Integer curPage = 1;
Integer limit = 10;
if (params.get(Constant.PAGE) != null) {
if (params.get(Constant.PAGE) != null
curPage = Integer.parseInt((String) params.get(Constant.PAGE));
}
if (params.get(Constant.LIMIT) != null) {