인게임메시지 스케줄조회 상태 추가

This commit is contained in:
2025-03-26 15:16:33 +09:00
parent a097fd7bb0
commit 5b13f0c088

View File

@@ -152,7 +152,8 @@
send_cnt,
deleted,
end_dt,
repeat_type
repeat_type,
send_status
from notice
where send_status in ('WAIT', 'RUNNING')
and deleted = false