ziwen 2 年之前
父節點
當前提交
c1fe1b2deb
共有 1 個文件被更改,包括 2 次插入1 次删除
  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)