xyxie 6 月之前
父节点
当前提交
be8e8a2444
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      services/knowledge/resource.go

+ 1 - 1
services/knowledge/resource.go

@@ -636,7 +636,7 @@ func getDataByTemplateEvent(sheet *xlsx.Sheet, sysUserId, resourceType int) (ind
 			continue
 			continue
 		}
 		}
 		fmt.Println("lenCell:", lenCell)
 		fmt.Println("lenCell:", lenCell)
-		if lenCell < 12 {
+		if lenCell < 11 {
 			if cells[0].Value == `` {
 			if cells[0].Value == `` {
 				continue
 				continue
 			}
 			}