提交 b37f2ffa 编写于 作者: L luojing

考勤,添加周末配置初始化

上级 58913aed
......@@ -197,6 +197,18 @@ public class AttendanceSettingService {
logger.warn( "system init system config 'APPEAL_CHECKER_VALUE' got an exception." );
logger.error(e);
}
value = "无";
type = "select";
selectContent = "无|周六|周日";
isMultiple = false;
description = "周末设置描述:选择周六或周日。选中的为周末,未选中的按工作日计算";
try {
checkAndInitSystemConfig("ATTENDANCE_WEEKEND", "周末计算日期设置", value, description, type, selectContent, isMultiple, ++ordernumber );
} catch (Exception e) {
logger.warn( "system init system config 'APPEAL_CHECKER_VALUE' got an exception." );
logger.error(e);
}
}
/**
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册