This commit is contained in:
邹宗楠
2023-12-29 15:38:23 +08:00
parent f1620bdc46
commit 65ed4e97e0
2 changed files with 4 additions and 1 deletions

View File

@@ -2727,6 +2727,9 @@ func UpdateTiktokShopTotalMoney(storeId int64, startTime, endTime time.Time) err
continue
}
}
if len(errList) == model.NO {
return nil
}
return fmt.Errorf(strings.Join(errList, "|"))
}