This commit is contained in:
wangliwen 2022-05-30 11:15:40 +08:00
parent 4e0e39da8d
commit ca3c963981
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) {