소스 검색

no message

Jianghan 1 년 전
부모
커밋
c7fb42f639
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      CMPlatform/service/data_ent.go

+ 3 - 0
CMPlatform/service/data_ent.go

@@ -114,6 +114,9 @@ func ImportDataByExcel(mf multipart.File, eid int64, entid string) (int, int64,
 			log.Debug(fMap)
 			continue
 		}
+		if rn%2000 == 0 {
+			log.Debug("import current ---", rn)
+		}
 		ch <- true
 		wg.Add(1)
 		go func(cells []*xlsx.Cell) {