查询bug

parent 0d8fba9f
......@@ -450,7 +450,7 @@ public class UserQueryLogController {
row = sheet.createRow((int) i + 1);
UserQueryInfo user = uqls.get(i);
// 第四步,创建单元格,并设置值
if(user!=null){
if(user!=null&&row!=null){
row.createCell(0).setCellValue(user.getUserId());
row.createCell(1).setCellValue(user.getPhoneNo());
row.createCell(2).setCellValue(user.getIdNo());
......
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