소스 검색

Merge branch 'feature/knowledge' into dm

xyxie 6 달 전
부모
커밋
460a9e4024
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
 		}
 		fmt.Println("lenCell:", lenCell)
-		if lenCell < 12 {
+		if lenCell < 11 {
 			if cells[0].Value == `` {
 				continue
 			}