summaryrefslogtreecommitdiff
path: root/lib/tbe-last/service.ts
diff options
context:
space:
mode:
Diffstat (limited to 'lib/tbe-last/service.ts')
-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