抵押档案归档流程修改名称报错

This commit is contained in:
tangfutang 2019-08-31 17:44:31 +08:00
parent db5947f30c
commit 545d1279cc

View File

@ -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<Map<String, String>> ds = DataOperatorUtil.getDataBySql( sql, null);