|
@@ -110,9 +110,8 @@ func InitPositionTask(cont context.Context) (err error) {
|
|
|
func InitGuangzhouPositionTask() (err error) {
|
|
|
|
|
|
exchanges := []string{"guangzhou"}
|
|
|
- for i := 0; i >= 0; i-- {
|
|
|
-
|
|
|
- startDate := "2023-09-20"
|
|
|
+ for i := 40; i >= 0; i-- {
|
|
|
+ startDate := time.Now().AddDate(0, 0, -i).Format(utils.FormatDate)
|
|
|
endDate := startDate
|
|
|
for _, v := range exchanges {
|
|
|
exchange := v
|