From 629e1cb5d095f15c42399ae615d7c953726fa121 Mon Sep 17 00:00:00 2001 From: liuzhao Date: Sun, 16 Sep 2018 10:34:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E9=85=8D=E7=BD=AE=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WebContent/WEB-INF/etc/a3web.xml | 2 ++ WebContent/WEB-INF/web.xml | 8 ++++++++ 2 files changed, 10 insertions(+) diff --git a/WebContent/WEB-INF/etc/a3web.xml b/WebContent/WEB-INF/etc/a3web.xml index 136ccaf7b..097d4b084 100644 --- a/WebContent/WEB-INF/etc/a3web.xml +++ b/WebContent/WEB-INF/etc/a3web.xml @@ -122,4 +122,6 @@ 6797763f-e55a-421c-9fe1-07a9fbd1d87a 3060109010000000000 D:\\pdf + D:/liuzhaoPDF/ + D:/liuzhaoCopyPDF/ \ No newline at end of file diff --git a/WebContent/WEB-INF/web.xml b/WebContent/WEB-INF/web.xml index dd348033b..318abcf2f 100644 --- a/WebContent/WEB-INF/web.xml +++ b/WebContent/WEB-INF/web.xml @@ -182,6 +182,10 @@ InvoiceDownloadServlet com.tenwa.app.invoice.servlet.InvoiceDownloadServlet + + InvoiceLotDownloadServlet + com.tenwa.app.invoice.servlet.InvoiceLotDownloadServlet + DocDownloadServlet com.tenwa.doc.servlet.DocDownloadServlet @@ -270,6 +274,10 @@ InvoiceDownloadServlet /servlet/view/invoiceDownloadServlet + + InvoiceLotDownloadServlet + /servlet/view/invoiceLotDownloadServlet + DocDownloadServlet /servlet/view/docDownloadServlet