Browse Source

Merge remote-tracking branch 'origin/master'

tomatozq 5 years ago
parent
commit
11ef0d6fd4

+ 1 - 1
picc-common/src/main/java/com/jpsoft/picc/modules/common/utils/ItextPDFUtil.java

@@ -212,7 +212,7 @@ public class ItextPDFUtil {
         table.addCell(PdfTable.createCell(insuranceApplication.getBusinessNatureN(), textfont, Element.ALIGN_CENTER,1,1,BaseColor.WHITE,false));
 
         table.addCell(PdfTable.createCell("证件类型", textfont, Element.ALIGN_CENTER,1,1,BaseColor.WHITE,false));
-        table.addCell(PdfTable.createCell("√组织机构代码证\n" +"□税务登记证\n" +"□工商登记证\n"+"□营业执照", textfont, Element.ALIGN_LEFT,3,1,BaseColor.WHITE,false));
+        table.addCell(PdfTable.createCell("√统一社会信用代码\n" +"□税务登记证\n" +"□工商登记证\n"+"□营业执照", textfont, Element.ALIGN_LEFT,3,1,BaseColor.WHITE,false));
         table.addCell(PdfTable.createCell("证件号码", textfont, Element.ALIGN_CENTER,1,1,BaseColor.WHITE,false));
         table.addCell(PdfTable.createCell(insuranceApplication.getUsccCode(), textfont, Element.ALIGN_CENTER,1,1,BaseColor.WHITE,false));