Source/plt-web/plt-web-parent/plt-web/src/main/java/com/vci/web/service/impl/OsBtmServiceImpl.java
@@ -1004,7 +1004,7 @@ //业务类型已有实例, 只能删除没有数据的列 if (unRemovableFields != null && unRemovableFields.length > 0) { //移除了不可修改的属性直接报错,就不往下执行了 throw new VciBaseException("业务类型已有实例, 只能删除没有数据的列"); throw new VciBaseException("业务类型已有实例, 只能删除没有数据的列,有数据的列名为:" + removableFields); /*unRemovableFields_ = Arrays.asList(unRemovableFields); for (int i = 0; i < removableFields.size(); i++) { String abName = removableFields.get(i);