Pre Merge pull request !386 from 稚屿/N/A

This commit is contained in:
稚屿 2022-05-01 12:24:10 +00:00 committed by Gitee
commit 1ef9ee5c36
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -414,6 +414,7 @@ public class GenTableServiceImpl implements IGenTableService
{
throw new ServiceException("树名称字段不能为空");
}
}
else if (GenConstants.TPL_SUB.equals(genTable.getTplCategory()))
{
if (StringUtils.isEmpty(genTable.getSubTableName()))
@ -426,7 +427,6 @@ public class GenTableServiceImpl implements IGenTableService
}
}
}
}
/**
* 设置主键列信息