fix: 发薪日缺省5号+通知设置去掉重复发薪日字段

This commit is contained in:
freedakgmail
2026-08-05 08:08:18 +08:00
parent 6ec939dc7f
commit 539e384ee1
2 changed files with 4 additions and 8 deletions
+1 -1
View File
@@ -130,7 +130,7 @@ model Organization {
city String?
contactName String?
contactPhone String?
payrollDays Json @default("[]") // 每月发薪日期,如 [5, 20] 表示每月5号和20号
payrollDays Json @default("[5]") // 每月发薪日期,如 [5, 20] 表示每月5号和20号
payrollReminderDays Int @default(3) // 发薪提前提醒天数
retirementReminderEnabled Boolean @default(false) // 退休提醒开关
esignPolicyEnabled Boolean @default(false) // 规章制度电子签