|
|
@@ -312,7 +312,7 @@ public class BpmReceivedProvider extends GenericProvider implements IBpmReceived
|
|
|
BpmInstBuilder.build(list);
|
|
|
}
|
|
|
list.removeAll(Collections.singleton(null));
|
|
|
- APIPageList<BpmInstPo> apiPageList = this.getAPIPageList(list,"已办事宜");
|
|
|
+ APIPageList<BpmInstPo> apiPageList = this.getAPIPageList(list);
|
|
|
result.setData(apiPageList);
|
|
|
} catch(Exception e) {
|
|
|
setExceptionResult(result, StateEnum.ERROR_BPMN.getCode(), I18nUtil.getMessage(StateEnum.ERROR_BPMN.getCode()+""), e);
|