|  | @@ -459,7 +459,7 @@ public class PdfUtil {
 | 
	
		
			
				|  |  |          createPDFCell(tableFont, table, "点评总结", Element.ALIGN_MIDDLE, 1, 1);
 | 
	
		
			
				|  |  |          createPDFCell(tableFont, table, data.get("comment").toString(), Element.ALIGN_LEFT, 5, 1);
 | 
	
		
			
				|  |  |          //参会人员签字
 | 
	
		
			
				|  |  | -        createPDFCell(tableFont, table, "参会人员签字", Element.ALIGN_MIDDLE, 1, 1);
 | 
	
		
			
				|  |  | +        createPDFCell(tableFont, table, "参演人员", Element.ALIGN_MIDDLE, 1, 1);
 | 
	
		
			
				|  |  |          dealEduImageCell((List<String>) data.get("signImage"), table, 5, 40, 40);
 | 
	
		
			
				|  |  |          document.add(table);
 | 
	
		
			
				|  |  |  
 |