Browse Source

核注核放bug修改

wenjinbiao 9 months ago
parent
commit
8de2c8a48d

+ 1 - 1
snowy-plugin/snowy-plugin-biz/src/main/java/vip/xiaonuo/biz/modular/qyfrontlinewarehouse/service/impl/QyFrontlineWarehouseServiceImpl.java

@@ -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);
 

+ 1 - 1
snowy-plugin/snowy-plugin-biz/src/main/java/vip/xiaonuo/biz/modular/qysecondlinewarehouse/service/impl/QySecondlineWarehouseServiceImpl.java

@@ -232,7 +232,7 @@ public class QySecondlineWarehouseServiceImpl extends ServiceImpl<QySecondlineWa
 
         //第三行内容_往来对象
         String wldxName = "往来对象:";
-        PdfPCell wldxHead = CommonPdfUtil.createCenterPdfPCell(wldxName+(qyOutWarehouse == null? "" : qyOutWarehouse.getShqymc()), 1, 3, CommonPdfUtil.NORMALFONT);
+        PdfPCell wldxHead = CommonPdfUtil.createCenterPdfPCell(wldxName+"郑州市第一附属医院", 1, 3, CommonPdfUtil.NORMALFONT);
         wldxHead.setHorizontalAlignment(Element.ALIGN_LEFT);
         pdfPTable.addCell(wldxHead);