Commit 029c199c authored by hujiebin's avatar hujiebin

Update fruit_slot_race_charge_history_sum.go

parent 9efe89fb
......@@ -19,7 +19,7 @@ func ats42(a interface{}) string {
return fmt.Sprintf("%v", a)
}
var start, end = "2024-05-13 05:00:00", "2024-05-20 05:00:00" // 左闭右开,沙特时间
var start, end = "2024-05-20 05:00:00", "2024-05-27 05:00:00" // 左闭右开,沙特时间
func main() {
......@@ -58,7 +58,7 @@ func main() {
charges[i].Bet = bets[uc.UserId]
}
excelFileName := fmt.Sprintf("./5月13日-5月19日水果机slot赛车数据.xlsx")
excelFileName := fmt.Sprintf("./5月20日-5月26日水果机slot赛车数据.xlsx")
xlFile := xlsx.NewFile()
sheet, err := xlFile.AddSheet("data")
if err != nil {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment