|
|
@@ -215,7 +215,7 @@ public class WxCUserBasicInfoServiceImpl implements WxCUserBasicInfoService { |
|
|
educationCellTwo.setCellValue(entity.getEducation()); |
|
|
educationCellTwo.setCellValue(entity.getEducation()); |
|
|
if (entity.getBirthdate() != null) |
|
|
if (entity.getBirthdate() != null) |
|
|
birthdateCellTwo.setCellValue(sdf.format(entity.getBirthdate())); |
|
|
birthdateCellTwo.setCellValue(sdf.format(entity.getBirthdate())); |
|
|
addrCellTwo.setCellValue(entity.getAddress()); |
|
|
|
|
|
|
|
|
addrCellTwo.setCellValue(entity.getAddressStr()); |
|
|
updateDateCellTwo.setCellValue(sdf.format(entity.getUpdateDate())); |
|
|
updateDateCellTwo.setCellValue(sdf.format(entity.getUpdateDate())); |
|
|
createDateCellTwo.setCellValue(sdf.format(entity.getCreateDate())); |
|
|
createDateCellTwo.setCellValue(sdf.format(entity.getCreateDate())); |
|
|
if (entity != null) { |
|
|
if (entity != null) { |
|
|
|