xiejun
2023-08-15 ac49fa8cbba380516a3fcbd74904b22140c0a91c
Source/UBCS/ubcs-codeApply/src/main/java/com/vci/ubcs/codeapply/CodeApplyPanelFor410ActionListener.java
@@ -122,7 +122,7 @@
      if(checkKeyAttrOnOrderR.isSuccess()){
         List<Map> list=(List)checkKeyAttrOnOrderR.getData();
         if(!CollectionUtils.isEmpty(list)) {
            code=list.get(0).get("id")!=null?list.get(0).get("id").toString():"";
            code=list.get(0).get("ID")!=null?list.get(0).get("ID").toString():"";
            this.owner.setApplyCode(code);
            this.owner.getApplyTxt().requestFocusInWindow();
            this.owner.getApplyTxt().selectAll();