|
|
@@ -1064,8 +1064,8 @@ public class BpmInitiatedProvider extends GenericProvider implements IBpmInitiat
|
|
|
private void getHandledTasks(final Infobox infobox) {
|
|
|
int count = -1;
|
|
|
APIRequest reqeust= new APIRequest();
|
|
|
- reqeust.addParameters("end", true + "");
|
|
|
- APIResult<Integer> handledResult = bpmReceivedService.handledTaskCount(reqeust);
|
|
|
+ //reqeust.addParameters("end", true + "");
|
|
|
+ APIResult<Integer> handledResult = bpmReceivedService.handledCount(reqeust);
|
|
|
if(handledResult.isSuccess() && BeanUtils.isNotEmpty(handledResult.getData())) {
|
|
|
count = handledResult.getData();
|
|
|
infobox.setDataText(count+"");
|