wanghong
2024-01-05 60c97371be338da5a707b4c6516e7a2dbe8ea2c9
Source/UBCS/ubcs-service/ubcs-code/src/main/java/com/vci/ubcs/code/wrapper/CodeButtonWrapper.java
@@ -38,7 +38,7 @@
   @Override
   public CodeButtonVO entityVO(CodeButton codebutton) {
      CodeButtonVO codebuttonVO = new CodeButtonVO();;
      CodeButtonVO codebuttonVO = new CodeButtonVO();
      BeanUtilForVCI.copyPropertiesIgnoreCase(codebutton,codebuttonVO);
      Objects.requireNonNull(codebuttonVO);
      codebuttonVO.setUsedpositiontypeText(DictCache.getValue("codeButtonPosition", codebutton.getUsedPositionType()));