Browse Source

Merge branch 'bug_3711'

zwxi 1 năm trước cách đây
mục cha
commit
6a4ca35b7e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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"]