田源
2023-12-08 6cfb1670e56aa394b7f668daf9adf01cc965ecc9
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()));