Source/UBCS/ubcs-codeApply/src/main/java/com/vci/rmip/code/client/codeapply/Apply410/CodeDataMainPanel.java
@@ -140,6 +140,7 @@ } public Map<String, String> getCustomCondtionMap() { customCondtionMap=new HashMap<>(); if(this.getCustomTopPanel()!=null){ Map<String,String> newCustomCondtionMap= this.getCustomTopPanel().getAttrSearchFilterString(); customCondtionMap.putAll(newCustomCondtionMap);