1ㅊㅏ완료
This commit is contained in:
@@ -71,6 +71,12 @@ export default defineEventHandler(async (event) => {
|
||||
params.push(q.year)
|
||||
}
|
||||
|
||||
// 주차 필터 (단일)
|
||||
if (q.week) {
|
||||
conditions.push(`r.report_week = $${paramIndex++}`)
|
||||
params.push(q.week)
|
||||
}
|
||||
|
||||
// 주차 범위 필터
|
||||
if (q.weekFrom) {
|
||||
conditions.push(`r.report_week >= $${paramIndex++}`)
|
||||
|
||||
Reference in New Issue
Block a user