作者 tangxvhui

修复bug

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