作者 tangxvhui

修复bug

@@ -25,6 +25,7 @@ func NewSummaryEvaluationDao(options map[string]interface{}) *SummaryEvaluationD @@ -25,6 +25,7 @@ func NewSummaryEvaluationDao(options map[string]interface{}) *SummaryEvaluationD
25 type ExecutorCycle struct { 25 type ExecutorCycle struct {
26 CycleId string `pg:"cycle_id" ` //周期id 26 CycleId string `pg:"cycle_id" ` //周期id
27 CycleName string `pg:"cycle_name"` //周期名称 27 CycleName string `pg:"cycle_name"` //周期名称
  28 + CreatedAt time.Time `pg:"created_at"`
28 } 29 }
29 30
30 // GetExecutorCycleList 获取执行人拥有的周期列表 31 // GetExecutorCycleList 获取执行人拥有的周期列表