|
@@ -19,22 +19,20 @@ func FileCoalInland() () {
|
|
|
}
|
|
|
}()
|
|
|
//path := "static/file/内陆17省动力煤终端用户供耗存20220322.xlsx"
|
|
|
- //path := "/home/code/python/coal_mail/emailFile/内陆17省动力煤终端用户供耗存%s.xlsx"
|
|
|
- path := "/home/code/python/coal_mail/emailFile/内陆17省动力煤终端用户供耗存20220406.xlsx"
|
|
|
- //path := "/home/code/python/coal_mail/emailFile/内陆17省动力煤终端用户供耗存20220331.xlsx"
|
|
|
- //for i := 0;i < 7;i++{
|
|
|
- // npath := fmt.Sprintf(path,time.Now().AddDate(0,0,-i).Format(utils.FormatDateUnSpace))
|
|
|
- // fmt.Println(npath)
|
|
|
- // exist,err := PathExists(npath)
|
|
|
- // if err != nil {
|
|
|
- // fmt.Println(err)
|
|
|
- // return
|
|
|
- // }
|
|
|
- // if exist{
|
|
|
- // path = npath
|
|
|
- // break
|
|
|
- // }
|
|
|
- //}
|
|
|
+ path := "/home/code/python/coal_mail/emailFile/内陆17省动力煤终端用户供耗存%s.xlsx"
|
|
|
+ for i := 0;i < 7;i++{
|
|
|
+ npath := fmt.Sprintf(path,time.Now().AddDate(0,0,-i).Format(utils.FormatDateUnSpace))
|
|
|
+ fmt.Println(npath)
|
|
|
+ exist,err := PathExists(npath)
|
|
|
+ if err != nil {
|
|
|
+ fmt.Println(err)
|
|
|
+ return
|
|
|
+ }
|
|
|
+ if exist{
|
|
|
+ path = npath
|
|
|
+ break
|
|
|
+ }
|
|
|
+ }
|
|
|
xlFile, err := xlsx.OpenFile(path)
|
|
|
if err != nil {
|
|
|
fmt.Println(err)
|