@@ -100,7 +100,7 @@ func ImportDataByExcel(mf multipart.File, eid int64, entid string) (int, int64,
fMap := make(map[int]string) //字段位置
sheet := xls.Sheets[0]
rows := sheet.Rows
- ch := make(chan bool, 10) // 协程处理
+ ch := make(chan bool, 20) // 协程处理
wg := &sync.WaitGroup{}
for rn, row := range rows {
if rn == 0 {