@@ -53,3 +53,4 @@ func ModifyBaseFromTradeZhengzhouIndex(dealValue, buyValue, soldValue int, dataI
_, err = o.Raw(sql, dealValue, buyValue, soldValue, dataId).Exec()
return
}
+
@@ -30,6 +30,7 @@ func FileCoalFirm() {
smonth = strconv.Itoa(dateMonth)
path := "/home/code/python/coal_mail/emailFile/全国分企业煤炭产量旬度数据(%s年%s月).xlsx"
path = fmt.Sprintf(path,nyear,smonth)
+ path = "/home/code/python/coal_mail/emailFile/全国分企业煤炭产量旬度数据(2022年10月上旬).xlsx"
exist,err := PathExists(path)
if err != nil {
fmt.Println(err)