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

+ 2 - 1
services/commodity_coal_inland.go

@@ -33,7 +33,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)