diff --git a/src_app_fresh/apx/com/amarsoft/als/base/awe/AbstractAweDoQueryManage.java b/src_app_fresh/apx/com/amarsoft/als/base/awe/AbstractAweDoQueryManage.java index fe2f02dbe..965ca721f 100644 --- a/src_app_fresh/apx/com/amarsoft/als/base/awe/AbstractAweDoQueryManage.java +++ b/src_app_fresh/apx/com/amarsoft/als/base/awe/AbstractAweDoQueryManage.java @@ -766,29 +766,29 @@ public abstract class AbstractAweDoQueryManage extends AbstractAweDoHandler { } } } - } - } else if ("CodeTable".equalsIgnoreCase(sSourceType)) { - // -- CodeTable ACQUIRED,运行,PAUSED,暂停,WAITING,等待 - if (sSource.length() > 0) { - String[] aSource = sSource.split(","); - if (aSource.length % 2 == 0) { - for (int ai = 0; ai < aSource.length; ai++) { - if ((ai + 1) % 2 != 0 - && sDefult.equals(aSource[ai])) { - doLibraryMap.put("value", aSource[ai + 1]); + }else if ("CodeTable".equalsIgnoreCase(sSourceType)) { + // -- CodeTable ACQUIRED,运行,PAUSED,暂停,WAITING,等待 + if (sSource.length() > 0) { + String[] aSource = sSource.split(","); + if (aSource.length % 2 == 0) { + for (int ai = 0; ai < aSource.length; ai++) { + if ((ai + 1) % 2 != 0 + && sDefult.equals(aSource[ai])) { + doLibraryMap.put("value", aSource[ai + 1]); + } } } + if (null == doLibraryMap.get("value")) { + doLibraryMap.put("value", sDefult); + } } - if (null == doLibraryMap.get("value")) { - doLibraryMap.put("value", sDefult); - } + + } else if ("@MIN_MAX".equalsIgnoreCase(sSourceType)) { + + } else if ("SubPage".equalsIgnoreCase(sSourceType)) { + } - - } else if ("@MIN_MAX".equalsIgnoreCase(sSourceType)) { - - } else if ("SubPage".equalsIgnoreCase(sSourceType)) { - - } + } Map col = new HashMap(); col.put("basetype", doLibraryMap.get("coltype"));