mirror of
https://gitee.com/dromara/RuoYi-Vue-Plus.git
synced 2026-09-19 09:55:16 +08:00
update 优化方法命名
This commit is contained in:
parent
d97bb2e17c
commit
9665492634
@ -145,7 +145,7 @@ public class WorkDaysUtils {
|
||||
* @param adjustments 个人调休日期列表
|
||||
* @return 表示每一天状态的数组,0 表示工作日,1 表示休息日
|
||||
*/
|
||||
public static Integer[] calculateWorkdays(Integer year, List<Date> overtime, List<Date> adjustments) {
|
||||
public static Integer[] calculateWorkDays(Integer year, List<Date> overtime, List<Date> adjustments) {
|
||||
//获取指定年份天数
|
||||
Integer[] daysArray = daysInYear(year);
|
||||
//设置为工作日(假设用于标记补班的工作日)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user