作者 郑周

1.修复管理员 HRBP 默认状态为null

@@ -14,8 +14,8 @@ type EvaluationProject struct { @@ -14,8 +14,8 @@ type EvaluationProject struct {
14 CycleId int64 `comment:"周期ID"` 14 CycleId int64 `comment:"周期ID"`
15 CreatorId int64 `comment:"创建人ID"` 15 CreatorId int64 `comment:"创建人ID"`
16 State int `comment:"状态(0待完成配置、1待启用、2启用、3停用)" pg:",use_zero"` 16 State int `comment:"状态(0待完成配置、1待启用、2启用、3停用)" pg:",use_zero"`
17 - HrBp int `comment:"HR角色权限"`  
18 - Pmp int `comment:"PM角色权限"` 17 + HrBp int `comment:"HR角色权限" pg:",use_zero"`
  18 + Pmp int `comment:"PM角色权限" pg:",use_zero"`
19 PmpIds []string `comment:"项目管理员ID"` 19 PmpIds []string `comment:"项目管理员ID"`
20 Recipients []string `comment:"被评估人ID"` 20 Recipients []string `comment:"被评估人ID"`
21 Template *domain.EvaluationTemplate `comment:"评估模板"` 21 Template *domain.EvaluationTemplate `comment:"评估模板"`