From 545d1279cc06d64c440405882c95aff6e11be13e Mon Sep 17 00:00:00 2001 From: tangfutang Date: Sat, 31 Aug 2019 17:44:31 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8A=B5=E6=8A=BC=E6=A1=A3=E6=A1=88=E5=BD=92?= =?UTF-8?q?=E6=A1=A3=E6=B5=81=E7=A8=8B=E4=BF=AE=E6=94=B9=E5=90=8D=E7=A7=B0?= =?UTF-8?q?=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src_core/com/tenwa/doc/action/DocListInitAction.java | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src_core/com/tenwa/doc/action/DocListInitAction.java b/src_core/com/tenwa/doc/action/DocListInitAction.java index 5c98e4b84..23d8a58a1 100644 --- a/src_core/com/tenwa/doc/action/DocListInitAction.java +++ b/src_core/com/tenwa/doc/action/DocListInitAction.java @@ -476,6 +476,9 @@ public class DocListInitAction { * @throws JBOException */ public static String getDocType(String flowName) throws Exception { + if("抵押档案归档流程".equals(flowName)){ + flowName = "放款后督流程"; + } String sql = "SELECT FLOWNO FROM flow_catalog WHERE flowname='" + flowName + "'"; List> ds = DataOperatorUtil.getDataBySql( sql, null);