Browse Source

Merge branch 'pool_mt'

ziwen 2 years ago
parent
commit
5b7ac5b96d
1 changed files with 2 additions and 1 deletions
  1. 2 1
      services/commodity_coal_inland.go

+ 2 - 1
services/commodity_coal_inland.go

@@ -35,7 +35,8 @@ func FileCoalInland() () {
 			break
 		}
 		if i < 3 && !exist{
-			path = "/home/code/python/coal_mail/emailFile/内陆17省动力煤终端用户供耗存.xlsx"
+			npath := "/home/code/python/coal_mail/emailFile/内陆17省动力煤终端用户供耗存.xlsx"
+			fmt.Println(npath)
 			exist,err := PathExists(npath)
 			if err != nil {
 				fmt.Println(err)