|
|
|
@@ -686,8 +686,12 @@ public class WxCUserBasicInfoServiceImpl implements WxCUserBasicInfoService { |
|
|
|
if(entity.getExitTime() != null) { |
|
|
|
cell4.setCellValue(sdf.format(entity.getExitTime())); |
|
|
|
} |
|
|
|
cell5.setCellValue(entity.getStayedTime()); |
|
|
|
cell6.setCellValue(entity.getFee()); |
|
|
|
if(entity.getStayedTime() != null) { |
|
|
|
cell5.setCellValue(entity.getStayedTime()); |
|
|
|
} |
|
|
|
if(entity.getFee() != null) { |
|
|
|
cell6.setCellValue(entity.getFee()); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
FileOutputStream fileOut = new FileOutputStream(file); |
|
|
|
|