feat(부서관리): 기준일 필터 + 시작일/종료일 UI 노출 #18

Merged
johngreen merged 1 commits from johngreen into main 2026-05-14 05:16:13 +00:00
Contributor

RPS 더존 ERP UJA1040 레퍼런스 대비 누락 기능 중 시작일/종료일 노출 + base_date 필터.

  • 백엔드: selectDepartments 에 base_date if 블록 추가
  • 서비스/컨트롤러 3-arg overload
  • 프론트: 사용기간 RadioGroup + 시작일/종료일 Row 의 hide 제거
  • loadDepartments 가 periodMode === date 일 때 baseDate 를 API 에 전달

DB 마이그레이션 불필요 (컬럼 이미 존재).

RPS 더존 ERP UJA1040 레퍼런스 대비 누락 기능 중 시작일/종료일 노출 + base_date 필터. - 백엔드: selectDepartments 에 base_date if 블록 추가 - 서비스/컨트롤러 3-arg overload - 프론트: 사용기간 RadioGroup + 시작일/종료일 Row 의 hide 제거 - loadDepartments 가 periodMode === date 일 때 baseDate 를 API 에 전달 DB 마이그레이션 불필요 (컬럼 이미 존재).
johngreen added 1 commit 2026-05-14 05:16:11 +00:00
- 백엔드: selectDepartments 에 base_date <if> 블록 추가 (start_date <= base_date AND (end_date IS NULL OR end_date >= base_date))
- 서비스/컨트롤러에 3-arg overload 와 @RequestParam("base_date") 추가
- 프론트: 사용기간 RadioGroup + 시작일/종료일 Row 의 {false &&} hide 제거
- loadDepartments 가 periodMode === "date" 일 때 baseDate 를 API 에 전달
johngreen merged commit 5335dc78b0 into main 2026-05-14 05:16:13 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: gbpark/invyone#18