Kaynağa Gözat

[BUG-567]-首页已办事宜页数返回错误

szjbdgzl 2 yıl önce
ebeveyn
işleme
d3627ab474

+ 1 - 1
ibps-provider-root/modules/provider-bpmn/src/main/java/com/lc/ibps/office/provider/BpmReceivedProvider.java

@@ -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);