Browse Source

提交代码

tags/v1.22.11.2^2
ychao_1983 2 years ago
parent
commit
47c5972126
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      services/cloudbrain/cloudbrainTask/sync_status.go

+ 1
- 1
services/cloudbrain/cloudbrainTask/sync_status.go View File

@@ -69,7 +69,7 @@ func isNoteBookReady(task *models.Cloudbrain) bool {
}
if res.StatusCode == http.StatusOK {
count := noteBookOKMap[task.ID]
if count < successfulCount {
if count < successfulCount-1 {
noteBookOKMap[task.ID] = count + 1
return false
} else {


Loading…
Cancel
Save