...
|
...
|
@@ -102,8 +102,8 @@ func (rs *NodeTaskService) SendEvaluationNode() error { |
|
|
}
|
|
|
|
|
|
// 格式化周期的起始和截止时间
|
|
|
fmCycleStartTime := cycleTimeStart.Format("2006-1-2 15:04:05")
|
|
|
fmCycleTimeEnd := cycleTimeEnd.Format("2006-1-2 15:04:05")
|
|
|
fmCycleStartTime := cycleTimeStart.Local().Format("2006-1-2 15:04:05")
|
|
|
fmCycleTimeEnd := cycleTimeEnd.Local().Format("2006-1-2 15:04:05")
|
|
|
|
|
|
csat := &command.CreateStaffAssessTask{
|
|
|
CompanyId: int(project.CompanyId),
|
...
|
...
|
|