xiejun
2025-01-23 618caa4a9f759fbc871085eca90791e869151bdc
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);