|
@@ -148,7 +148,7 @@ open class MailReminderService( |
|
|
key.second, // recordDate |
|
|
key.second, // recordDate |
|
|
key.first, // staffId |
|
|
key.first, // staffId |
|
|
records.sumOf { it.hours }, |
|
|
records.sumOf { it.hours }, |
|
|
key.third |
|
|
|
|
|
|
|
|
key.third // joinDate |
|
|
) |
|
|
) |
|
|
} |
|
|
} |
|
|
val goodStaffsList = filteredLastMonthDays.map { date -> |
|
|
val goodStaffsList = filteredLastMonthDays.map { date -> |
|
@@ -237,7 +237,7 @@ open class MailReminderService( |
|
|
key.second, // recordDate |
|
|
key.second, // recordDate |
|
|
key.first, // staffId |
|
|
key.first, // staffId |
|
|
records.sumOf { it.hours }, |
|
|
records.sumOf { it.hours }, |
|
|
key.third |
|
|
|
|
|
|
|
|
key.third // joinDate |
|
|
) |
|
|
) |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|