Commit 8ffe3703 by zhangxingmin

push

parent 602eb1bb
......@@ -391,7 +391,7 @@ public class ApiEmailFileServiceImpl implements ApiEmailFileService {
*/
public Result processImportContactExcelDataCheck(List<Map<String, Object>> data) {
Set<String> emailSet = new HashSet<>();
int i = 1;
int i = 2;
for (Map<String, Object> row : data) {
String email = getStringValue(row, ContactExcelEnum.EMAIL.getItemLabel());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment