ludc
2024-05-17 58e1c4e2bdc8e4f8b647d7c2b9e5e5656a00b445
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()));