chroe: echarts unless import opt
This commit is contained in:
@@ -193,7 +193,7 @@ func (sm *SendMessageService) RecordSendLog() {
|
||||
log := models.SendTasksLogs{
|
||||
Log: strings.Join(sm.LogOutput, "\n"),
|
||||
TaskID: sm.TaskID,
|
||||
Status: sm.Status,
|
||||
Status: &sm.Status,
|
||||
CallerIp: sm.CallerIp,
|
||||
}
|
||||
err := log.Add()
|
||||
|
||||
Reference in New Issue
Block a user