mirror of
https://github.com/vran-dev/databasir.git
synced 2025-09-16 00:22:12 +08:00
fix: table description is empty
This commit is contained in:
@@ -50,8 +50,7 @@ public class DocumentDescriptionDao extends BaseDao<DocumentDescription> {
|
||||
}
|
||||
|
||||
public List<DocumentDescription> selectTableDescriptionByProjectId(Integer projectId) {
|
||||
return selectByCondition(DOCUMENT_DESCRIPTION.PROJECT_ID.eq(projectId)
|
||||
.and(DOCUMENT_DESCRIPTION.COLUMN_NAME.isNull()));
|
||||
return selectByCondition(DOCUMENT_DESCRIPTION.PROJECT_ID.eq(projectId));
|
||||
}
|
||||
|
||||
public List<DocumentDescription> selectByCondition(Condition condition) {
|
||||
|
Reference in New Issue
Block a user