mirror of
https://github.com/vran-dev/databasir.git
synced 2025-09-20 02:39:20 +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) {
|
public List<DocumentDescription> selectTableDescriptionByProjectId(Integer projectId) {
|
||||||
return selectByCondition(DOCUMENT_DESCRIPTION.PROJECT_ID.eq(projectId)
|
return selectByCondition(DOCUMENT_DESCRIPTION.PROJECT_ID.eq(projectId));
|
||||||
.and(DOCUMENT_DESCRIPTION.COLUMN_NAME.isNull()));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public List<DocumentDescription> selectByCondition(Condition condition) {
|
public List<DocumentDescription> selectByCondition(Condition condition) {
|
||||||
|
Reference in New Issue
Block a user