유전자 DB 연동 및 필터검색 수정

This commit is contained in:
2025-12-17 17:10:57 +09:00
parent c0d7408bcf
commit 7ba2272dc2
3 changed files with 226 additions and 78 deletions

View File

@@ -24,7 +24,6 @@ export class GeneService {
cowId,
delDt: IsNull(),
},
relations: ['genomeRequest'],
order: {
chromosome: 'ASC',
position: 'ASC',