mirror of
https://github.com/hs-web/hsweb-framework.git
synced 2026-06-05 12:23:29 +08:00
修复提示错误
This commit is contained in:
@@ -140,7 +140,7 @@ public class SimpleDynamicFormOperationService implements DynamicFormOperationSe
|
||||
.filter(RDBColumnMetaData::isPrimaryKey)
|
||||
.findFirst()
|
||||
.map(RDBColumnMetaData::getAlias)
|
||||
.orElseThrow(() -> new BusinessException("表[" + tableMetaData.getComment() + "]未设置主键字段"));
|
||||
.orElseThrow(() -> new BusinessException("表[" + tableMetaData.getName() + "]未设置主键字段"));
|
||||
}
|
||||
|
||||
@SneakyThrows
|
||||
|
||||
Reference in New Issue
Block a user