From 58be35c6f8a75233eb3c7170fbb5c2b6500f6050 Mon Sep 17 00:00:00 2001 From: whh Date: Mon, 21 Jan 2019 00:05:38 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=A0=B9=E6=8D=AE=E4=B9=A6?= =?UTF-8?q?=E5=8F=B7=E5=88=86=E7=BB=84=E7=BB=9F=E8=AE=A1=EF=BC=8C=E5=B9=B6?= =?UTF-8?q?=E6=94=AF=E6=8C=81=E5=AF=BC=E5=87=BA=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cw/WebRoot/cw/GroupByBookNum.jsp | 292 ++++++++++++++++++ cw/WebRoot/cw/_header.jsp | 1 + cw/WebRoot/temp/groupByBookNumTemp.xlsx | Bin 0 -> 9427 bytes .../controller/BookIncomingController.java | 34 ++ .../wuzhou/service/BookIncomingService.java | 68 ++++ .../wuzhou/service/ExcelImportService.java | 2 +- 6 files changed, 396 insertions(+), 1 deletion(-) create mode 100644 cw/WebRoot/cw/GroupByBookNum.jsp create mode 100644 cw/WebRoot/temp/groupByBookNumTemp.xlsx diff --git a/cw/WebRoot/cw/GroupByBookNum.jsp b/cw/WebRoot/cw/GroupByBookNum.jsp new file mode 100644 index 0000000..c4a62b8 --- /dev/null +++ b/cw/WebRoot/cw/GroupByBookNum.jsp @@ -0,0 +1,292 @@ +<%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%> +<% + String path = request.getContextPath(); + String basePath = request.getScheme() + "://" + + request.getServerName() + ":" + request.getServerPort() + + path + "/"; +%> + + + + +${title }--书号分类统计 + + + + + + + + + + + + + +
+
+
+
+
+ + + + +
+
+ + + + +
+
+ +
+
+ + + + +
+ + +
+
+ + +
+ +
+ +
+
+ +
+ +
+
+ + +
+ + + + + + + + + + + + + + + +
账单平台书号书名作者语种销售册数回款人民币回款美元
+
+
+
+ + + diff --git a/cw/WebRoot/cw/_header.jsp b/cw/WebRoot/cw/_header.jsp index b99861e..5d9b793 100644 --- a/cw/WebRoot/cw/_header.jsp +++ b/cw/WebRoot/cw/_header.jsp @@ -48,6 +48,7 @@