|
|
@@ -80,7 +80,7 @@ open class SalaryEffectiveService( |
|
|
|
val staff = staffRepository.findById(staffId).orElseThrow() |
|
|
|
val salary = salaryRepository.findBySalaryPoint(salaryId).orElseThrow() |
|
|
|
val salaryEffective = SalaryEffective().apply { |
|
|
|
date = LocalDate.now() |
|
|
|
date = _startDate |
|
|
|
startDate = _startDate |
|
|
|
endDate = LocalDate.of(2124, 1, 1) |
|
|
|
this.staff = staff |
|
|
|