Commit e160a71f by zhangyu

导出

parent 9859b12b
......@@ -1092,17 +1092,10 @@ public class UserController {
row1.createCell(0).setCellValue(item.getCompany());
row1.createCell(1).setCellValue(item.getOffice());
row1.createCell(2).setCellValue(item.getLoginName());
/* row1.createCell(3).setCellValue(item.getPassword());
row1.createCell(4).setCellValue(item.getNo());*/
row1.createCell(5).setCellValue(item.getName());
row1.createCell(6).setCellValue(item.getEmail());
row1.createCell(7).setCellValue(item.getPhone());
row1.createCell(8).setCellValue(item.getMobile());
/* row1.createCell(9).setCellValue(item.getUserType());
row1.createCell(10).setCellValue(item.getLoginIp());
row1.createCell(11).setCellValue(item.getLoginDate());
row1.createCell(12).setCellValue(item.getLoginFlag());
row1.createCell(13).setCellValue(item.getPhoto());*/
row1.createCell(3).setCellValue(item.getName());
row1.createCell(4).setCellValue(item.getEmail());
row1.createCell(5).setCellValue(item.getPhone());
row1.createCell(6).setCellValue(item.getMobile());
rowNum++;
}
ByteArrayOutputStream os = new ByteArrayOutputStream();
......
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