mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-09-19 10:46:58 +08:00
Merge pull request #11799 from ioito/hotfix/qx-mongodb-fix
fix(region): add trans and mongodb backup list
This commit is contained in:
+3732
-3652
File diff suppressed because it is too large
Load Diff
+1139
-929
File diff suppressed because it is too large
Load Diff
@@ -46,8 +46,8 @@ func (self *SRegion) GetMongoDBBackups(id string, start time.Time, end time.Time
|
||||
pageNum = 1
|
||||
}
|
||||
params := map[string]string{
|
||||
"StartTime": start.String(),
|
||||
"EndTime": end.String(),
|
||||
"StartTime": start.Format("2006-01-02T15:04Z"),
|
||||
"EndTime": end.Format("2006-01-02T15:04Z"),
|
||||
"DBInstanceId": id,
|
||||
"PageSize": fmt.Sprintf("%d", pageSize),
|
||||
"PageNumber": fmt.Sprintf("%d", pageNum),
|
||||
|
||||
Reference in New Issue
Block a user