|  | @@ -348,7 +348,9 @@ public class AlbumController extends BladeController {
 | 
	
		
			
				|  |  |  									sheet.getRow(baseRow + 3).getCell(3).setCellValue(file.getShootingTime() != null ?
 | 
	
		
			
				|  |  |  											DateUtil.format(file.getShootingTime(), "yyyy-MM-dd") : "");
 | 
	
		
			
				|  |  |  									// 照片说明 (A列,索引0)
 | 
	
		
			
				|  |  | -									sheet.getRow(baseRow+4).getCell(1).setCellValue(file.getTextContent() != null ? file.getTextContent() : "");
 | 
	
		
			
				|  |  | +									String a=albumDTO.getImagesName()!=null?albumDTO.getImagesName():"";
 | 
	
		
			
				|  |  | +									String b=file.getTextContent() != null ? file.getTextContent() : "";
 | 
	
		
			
				|  |  | +									sheet.getRow(baseRow+4).getCell(1).setCellValue(a+b);
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  								} catch (Exception e) {
 | 
	
		
			
				|  |  |  									e.printStackTrace();
 |