summaryrefslogtreecommitdiff
path: root/lib/tbe-last
diff options
context:
space:
mode:
authordujinkim <dujin.kim@dtsolution.co.kr>2025-09-30 10:08:53 +0000
committerdujinkim <dujin.kim@dtsolution.co.kr>2025-09-30 10:08:53 +0000
commit2c02afd48a4d9276a4f5c132e088540a578d0972 (patch)
treee5efdd3f48fad33681c139a4c58481f4514fb38e /lib/tbe-last
parent19794b32a6e3285fdeda7519ededdce451966f3d (diff)
(대표님) 폼리스트, spreadjs 관련 변경사항, 벤더문서 뷰 쿼리 수정, 이메일 템플릿 추가 등
Diffstat (limited to 'lib/tbe-last')
-rw-r--r--lib/tbe-last/service.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tbe-last/service.ts b/lib/tbe-last/service.ts
index 34c274f5..b69ab71c 100644
--- a/lib/tbe-last/service.ts
+++ b/lib/tbe-last/service.ts
@@ -49,7 +49,7 @@ export async function getAllTBELast(input: GetTBELastSchema) {
}
// 최종 WHERE
- const finalWhere = and(advancedWhere, globalWhere);
+ const finalWhere = and(advancedWhere, globalWhere, ne(tbeLastView.status,"생성중"));
// 정렬
const orderBy = input.sort?.length