瀏覽代碼

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) {