固定额度首次发放
This commit is contained in:
parent
975b65367d
commit
dc0613a531
@ -665,6 +665,10 @@ public class HolidayUserRecordServiceImpl implements HolidayUserRecordService {
|
||||
quotaMap.put(user.getId(), map);
|
||||
}
|
||||
}
|
||||
} else if (holidayBalanceSettingDO.getType() == 3) {
|
||||
for (AdminUserDO user : users) {
|
||||
quotaMap.put(user.getId(), Collections.singletonMap(now, new BigDecimal(holidayBalanceSettingDO.getQuota().toString())));
|
||||
}
|
||||
} else {
|
||||
// --- 如果都不是都话 默认为0
|
||||
quotaMap = users.stream()
|
||||
|
Loading…
Reference in New Issue
Block a user