ludc
2023-07-20 ca8c0962e36d4ef8489e2d8a220d9953b9cf851a
Source/UBCS/ubcs-service/ubcs-ddl/src/main/java/com/vci/ubcs/ddl/processor/dll/DllDmMapperProcessor.java
@@ -73,8 +73,6 @@
            && attributeVO.getAttributeLength() > mappingBO.getDataLength()) {
            mappingBO.setDataLength(attributeVO.getAttributeLength());
         }
      } else {
         mappingBO.setDataLength(attributeVO.getAttributeLength());
      }
      mappingBO.setNullable(attributeVO.isNullableFlag());
      mappingBO.setDefaultValue(attributeVO.getDefaultValue());