fix: Excel数据集字段重复提示信息多了一个“:”

This commit is contained in:
taojinlong 2023-11-24 12:19:01 +08:00
parent a5e8a72c7a
commit 597d897473

View File

@ -2760,7 +2760,7 @@ public class DataSetTableService {
}
}
if(CollectionUtils.isNotEmpty(repeat)){
DataEaseException.throwException(Translator.get("i18n_excel_field_repeat") + ": " + String.valueOf(repeat));
DataEaseException.throwException(Translator.get("i18n_excel_field_repeat") + "" + String.valueOf(repeat));
}
}