|
@@ -215,7 +215,7 @@ func fileResolver() {
|
|
|
"Oil_Demand_Signals_Weekly_Report",
|
|
|
"Oil_Supply_Analysis",
|
|
|
"Supply_Revision_Analysis",
|
|
|
- "Oil_Market_Cube_Upstream_Supply_Oil_Quality_Api",
|
|
|
+ "Oil_Market_Cube_Upstream_Supply_Oil_Quality_API",
|
|
|
"Oil_Market_Cube_Upstream_Supply_Oil_Quality_Sulphur",
|
|
|
"Oil_Market_Cube_Upstream_Supply_Capacity_Capacity",
|
|
|
"Oil_Market_Cube_Upstream_Supply_Production",
|
|
@@ -309,12 +309,12 @@ func fileResolver() {
|
|
|
if err != nil {
|
|
|
continue
|
|
|
}
|
|
|
- baseFromLyDataList, err := processor.Process(tableName, sheetName, rowIndex, rowData)
|
|
|
+ baseFromRzdDataList, err := processor.Process(tableName, sheetName, rowIndex, rowData)
|
|
|
if err != nil {
|
|
|
log.Printf("processor.Process err: %v", err)
|
|
|
return
|
|
|
}
|
|
|
- indexData = append(indexData, baseFromLyDataList...)
|
|
|
+ indexData = append(indexData, baseFromRzdDataList...)
|
|
|
}
|
|
|
|
|
|
// 新增数据源指标数据
|