作者 郑周

1. 输出BUG

@@ -12,7 +12,7 @@ type Permission struct { @@ -12,7 +12,7 @@ type Permission struct {
12 CompanyId int64 `json:"companyId" comment:"公司ID" ` 12 CompanyId int64 `json:"companyId" comment:"公司ID" `
13 OptHrScore int `json:"optHrScore" comment:"上级是否可以修改人资综评分数"` 13 OptHrScore int `json:"optHrScore" comment:"上级是否可以修改人资综评分数"`
14 OptEvalScore int `json:"optEvalScore" comment:"上级是否可以修改360°综评分数"` 14 OptEvalScore int `json:"optEvalScore" comment:"上级是否可以修改360°综评分数"`
15 - OptConfirmPerf int `json:"optConfirmPerf " comment:"是否需要员工确认绩效"` 15 + OptConfirmPerf int `json:"optConfirmPerf" comment:"是否需要员工确认绩效"`
16 CycleDeadline *CycleDeadline `json:"cycleDeadline" comment:"周期评估各业务截止时间"` 16 CycleDeadline *CycleDeadline `json:"cycleDeadline" comment:"周期评估各业务截止时间"`
17 CreatedAt time.Time `json:"createdAt" comment:"创建时间"` 17 CreatedAt time.Time `json:"createdAt" comment:"创建时间"`
18 UpdatedAt time.Time `json:"updatedAt" comment:"更新时间"` 18 UpdatedAt time.Time `json:"updatedAt" comment:"更新时间"`