Przeglądaj źródła

Merge branch 'bug_3711'

zwxi 1 rok temu
rodzic
commit
6a4ca35b7e
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      controllers/target.go

+ 1 - 1
controllers/target.go

@@ -3475,7 +3475,7 @@ func (this *TargetController) ExcelDataAdd() {
 			if i > 4 {
 				for index := 1; index < len(req.Data[i]); index++ {
 					if req.Data[i][index] == nil {
-						break
+						continue
 					}
 					valueMap := req.Data[i][index].(map[string]interface{})
 					value, _ := valueMap["m"]