抵押档案归档流程修改名称报错
This commit is contained in:
parent
db5947f30c
commit
545d1279cc
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user