Selaa lähdekoodia

Merge branch 'bzq1/execl-edit_cf' of eta_server/eta_api into debug

鲍自强 8 kuukautta sitten
vanhempi
commit
b61fe18f29
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      controllers/target.go

+ 1 - 1
controllers/target.go

@@ -3509,7 +3509,7 @@ func (this *TargetController) ExcelDataAdd() {
 				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{})
 				if item, ok := secNameToDateMap[secNameList[j-1]]; ok {
 					tmpVal, ok := closeVal["m"].(string)