|
@@ -3509,7 +3509,7 @@ func (this *TargetController) ExcelDataAdd() {
|
|
continue
|
|
continue
|
|
}
|
|
}
|
|
// 存储数据
|
|
// 存储数据
|
|
- for j := 1; j < len(req.Data[i]); j++ {
|
|
|
|
|
|
+ for j := 1; j <= len(secNameList); j++ {
|
|
closeVal := req.Data[i][j].(map[string]interface{})
|
|
closeVal := req.Data[i][j].(map[string]interface{})
|
|
if item, ok := secNameToDateMap[secNameList[j-1]]; ok {
|
|
if item, ok := secNameToDateMap[secNameList[j-1]]; ok {
|
|
tmpVal, ok := closeVal["m"].(string)
|
|
tmpVal, ok := closeVal["m"].(string)
|