소스 검색

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

鲍自强 8 달 전
부모
커밋
b61fe18f29
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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)