Browse Source

wip:导入用户

fuwencai 3 years ago
parent
commit
31c5257958
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/customerService/customController.go

+ 1 - 1
src/customerService/customController.go

@@ -186,7 +186,7 @@ func ImportUser(context *admin.Context) (interface{}, error) {
 	returnRs = map[string]interface{}{
 		"recordCount":  recordCount,  // 识别数量
 		"successCount": successCount, // 成功数量
-		"errCount":     0,            // 识别数量
+		"errCount":     errCount,     // 失败数量
 		"datalist":     selectUser,   // 读取到的用户id信息
 		"errUrl":       url,          // 失败的原因
 	}