...
This commit is contained in:
parent
4e0e39da8d
commit
ca3c963981
|
@ -170,7 +170,7 @@ public class ActHistoryService {
|
||||||
HistoricProcessInstanceQuery query = historyService.createHistoricProcessInstanceQuery();
|
HistoricProcessInstanceQuery query = historyService.createHistoricProcessInstanceQuery();
|
||||||
Integer curPage = 1;
|
Integer curPage = 1;
|
||||||
Integer limit = 10;
|
Integer limit = 10;
|
||||||
if (params.get(Constant.PAGE) != null
|
if (params.get(Constant.PAGE) != null) {
|
||||||
curPage = Integer.parseInt((String) params.get(Constant.PAGE));
|
curPage = Integer.parseInt((String) params.get(Constant.PAGE));
|
||||||
}
|
}
|
||||||
if (params.get(Constant.LIMIT) != null) {
|
if (params.get(Constant.LIMIT) != null) {
|
||||||
|
|
Loading…
Reference in New Issue