diff --git a/sys/shkd-sys-sys/src/main/java/shkd/sys/sys/plugin/form/PaymentProcessingBillPlugin.java b/sys/shkd-sys-sys/src/main/java/shkd/sys/sys/plugin/form/PaymentProcessingBillPlugin.java index a67cc61..376a981 100644 --- a/sys/shkd-sys-sys/src/main/java/shkd/sys/sys/plugin/form/PaymentProcessingBillPlugin.java +++ b/sys/shkd-sys-sys/src/main/java/shkd/sys/sys/plugin/form/PaymentProcessingBillPlugin.java @@ -76,9 +76,10 @@ public class PaymentProcessingBillPlugin extends AbstractBillPlugIn implements P // this.getView().showTipNotification("本单PageId:" + this.getView().getPageId()); List errMsgList = new ArrayList<>(); Long pkValue = (Long) this.getView().getModel().getDataEntity().getPkValue(); - DynamicObjectCollection receipts = QueryServiceHelper.query("bei_elecreceipt", "id,bank" + - "4,fileflag,filepath,biztype,bankcheckflag,fileserverurl,tcpurl,uploadfilename,username,password," + + DynamicObjectCollection receipts = QueryServiceHelper.query("bei_elecreceipt", "id,bank," + + "fileflag,filepath,biztype,bankcheckflag,fileserverurl,tcpurl,uploadfilename,username,password," + "bank.bank_cate bankcate", new QFilter[]{new QFilter("id", QCP.equals, pkValue)}); + String pdfUrl = getPdfUrl(this.getView().getPageId(), receipts, errMsgList); if (!errMsgList.isEmpty()) { this.getView().showErrorNotification(String.join(",", errMsgList));