feat(부서관리): 기준일 필터 + 시작일/종료일 UI 노출 #18
Reference in New Issue
Block a user
Delete Branch "johngreen"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
RPS 더존 ERP UJA1040 레퍼런스 대비 누락 기능 중 시작일/종료일 노출 + base_date 필터.
DB 마이그레이션 불필요 (컬럼 이미 존재).
- 백엔드: 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 에 전달