|
@@ -247,7 +247,7 @@ public class QyFrontlineWarehouseServiceImpl extends ServiceImpl<QyFrontlineWare
|
|
|
|
|
|
|
|
|
String wldxName = "往来对象:";
|
|
|
- PdfPCell wldxHead = CommonPdfUtil.createCenterPdfPCell(wldxName+(qyInWarehouse == null ? "":qyInWarehouse.getFhqymc()), 1, 3, CommonPdfUtil.NORMALFONT);
|
|
|
+ PdfPCell wldxHead = CommonPdfUtil.createCenterPdfPCell(wldxName+"Sun Pharmaceutical Industries Ltd", 1, 3, CommonPdfUtil.NORMALFONT);
|
|
|
wldxHead.setHorizontalAlignment(Element.ALIGN_LEFT);
|
|
|
pdfPTable.addCell(wldxHead);
|
|
|
|