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)