Commit ff43a267 authored by mx's avatar mx

bug

parent de73475a
......@@ -312,7 +312,7 @@ public class VisitUserServiceImpl extends ServiceImpl<VisitUserRepository, Visit
}
if (null != visitPersonList && visitPersonList.size() > 0) {
CyEpExcelUtil.exportExcel(visitPersonList, "访客错误数据", "访客错误数据",
VisitInformationErrorDTO.class, "访客错误数据.xlsx", response);
VisitPersonDTO.class, "访客错误数据.xlsx", response);
}
return null;
}
......
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