xiejun
2023-10-16 a85cb705274d8fbd9f5fba86ff1c39c13ac66de0
Source/UBCS/ubcs-service/ubcs-code/src/main/java/com/vci/ubcs/code/service/impl/CodeClassifyTemplateAttrServiceImpl.java
@@ -744,6 +744,10 @@
               inSearch = false;
            }
            if(inSearch) {
               if(!VciFieldTypeEnum.VTDouble.equals(osBtmTypeAttributeVO.getAttrDataType())){
                  osBtmTypeAttributeVO.setPrecisionLength(null);
                  osBtmTypeAttributeVO.setScaleLength(null);
               }
               boAttrss.add(osBtmTypeAttributeVO);
            }
         }