|
@@ -932,8 +932,8 @@ func (p *SupplyRevisionAnalysisChartFourProcessor) Process(tableName string, she
|
|
|
indexNameTwo := "Supply Revision Analysis" + "/" + indexNameColPrefix + "/" + "Previous"
|
|
|
|
|
|
// 生成指标编码
|
|
|
- indexCodeOne, err := getIndexId("Supply Revision Analysis "+indexNameColPrefix, "Current", "")
|
|
|
- indexCodeTwo, err := getIndexId("Supply Revision Analysis "+indexNameColPrefix, "Previous", "")
|
|
|
+ indexCodeOne, err := getIndexId("Supply Revision Analysis "+indexNameColPrefix, "current", "")
|
|
|
+ indexCodeTwo, err := getIndexId("Supply Revision Analysis "+indexNameColPrefix, "previous", "")
|
|
|
|
|
|
var indexInfoList []*models.IndexInfo
|
|
|
var valueOne float64
|
|
@@ -946,7 +946,7 @@ func (p *SupplyRevisionAnalysisChartFourProcessor) Process(tableName string, she
|
|
|
}
|
|
|
}
|
|
|
|
|
|
- dataTimeOne := rowData[1]
|
|
|
+ dataTimeOne := rowData[0]
|
|
|
formatOne, err := utils.ConvertDateFormat4(dataTimeOne)
|
|
|
if err != nil {
|
|
|
return nil, err
|
|
@@ -1014,12 +1014,12 @@ func (p *SupplyRevisionAnalysisChartFiveProcessor) Process(tableName string, she
|
|
|
|
|
|
// step_2: 指标
|
|
|
// 指标名称
|
|
|
- indexNameOne := "Supply Revision Analysis" + "/" + indexNameColPrefix + "/" + "Current"
|
|
|
- indexNameTwo := "Supply Revision Analysis" + "/" + indexNameColPrefix + "/" + "Previous"
|
|
|
+ indexNameOne := "Supply Revision Analysis" + "/" + indexNameColPrefix + "/" + "Current/Chat5"
|
|
|
+ indexNameTwo := "Supply Revision Analysis" + "/" + indexNameColPrefix + "/" + "Previous/Chat5"
|
|
|
|
|
|
// 生成指标编码
|
|
|
- indexCodeOne, err := getIndexId("Supply Revision Analysis "+indexNameColPrefix, "Current", "")
|
|
|
- indexCodeTwo, err := getIndexId("Supply Revision Analysis "+indexNameColPrefix, "Previous", "")
|
|
|
+ indexCodeOne, err := getIndexId("Supply Revision Analysis "+indexNameColPrefix, "currentchat5", "")
|
|
|
+ indexCodeTwo, err := getIndexId("Supply Revision Analysis "+indexNameColPrefix, "previouschat5", "")
|
|
|
|
|
|
var indexInfoList []*models.IndexInfo
|
|
|
var valueOne float64
|