田源
2025-03-05 be30e17e3c7685a54f761bf3a03487308c939270
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);