From 1e332b8ddaf15cd5782e64805fbbd0ff7f42416c Mon Sep 17 00:00:00 2001 From: luojian Date: Thu, 26 Jul 2018 14:54:50 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9BUG?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src_core/com/tenwa/flow/flowHistory/FlowHitoryUtil.java | 3 +++ .../com/tenwa/flow/fund/fundcollection/FundIncomeMethod.java | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src_core/com/tenwa/flow/flowHistory/FlowHitoryUtil.java b/src_core/com/tenwa/flow/flowHistory/FlowHitoryUtil.java index 6493b2967..27105277a 100644 --- a/src_core/com/tenwa/flow/flowHistory/FlowHitoryUtil.java +++ b/src_core/com/tenwa/flow/flowHistory/FlowHitoryUtil.java @@ -87,6 +87,9 @@ public class FlowHitoryUtil { } public String loadJsonData(Mapparam,String isMulti) throws Exception{ Map resultMap=this.transformtoUpperCase(param); + if("jbo.app.tenwa.doc.LB_DOCLIBRARY".equals(this.jboClass)){ + return ""; + } BizObjectQuery flowQuery=JBOFactory.createBizObjectQuery(this.jboClass,this.jboSQL); List sqlParam=this.getSQLParam(this.jboWhere); for(int i=0;i