|
@@ -347,7 +347,7 @@ func SyncSmmIndexDataBase() {
|
|
|
fmt.Println(err)
|
|
|
return
|
|
|
}
|
|
|
- endDate := time.Now().Format(utils.FormatDate)
|
|
|
+ endDate := time.Now().AddDate(utils.DATA_END_DATE_LIMIT,0,0).Format(utils.FormatDate)
|
|
|
smmIndexAll, err := data_manage.GetBaseFromSmmIndex()
|
|
|
if err != nil {
|
|
|
fmt.Println("GetBaseFromSmmIndex Err:" + err.Error())
|