chroe: echarts unless import opt

This commit is contained in:
engigu
2024-01-25 11:38:45 +08:00
parent af3d8876a2
commit f7f8c2d35d
5 changed files with 44 additions and 5 deletions
+1 -1
View File
@@ -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()