正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -68,8 +68,8 @@ func LoadPerformanceDimensions(rows [][]string) ([]*PerformanceDimension, error) | @@ -68,8 +68,8 @@ func LoadPerformanceDimensions(rows [][]string) ([]*PerformanceDimension, error) | ||
68 | //权重 | 68 | //权重 |
69 | if len(item) > 6 && item[6] != "" { | 69 | if len(item) > 6 && item[6] != "" { |
70 | weightName = item[6] | 70 | weightName = item[6] |
71 | - form.Weight = weightName | ||
72 | } | 71 | } |
72 | + form.Weight = weightName | ||
73 | //标准 | 73 | //标准 |
74 | if len(item) > 7 && item[7] != "" { | 74 | if len(item) > 7 && item[7] != "" { |
75 | standardName = item[7] | 75 | standardName = item[7] |
-
请 注册 或 登录 后发表评论