+
-
-
-
+
+
-
-
-
+
+
+
+
+
+
#compress>
\ No newline at end of file
diff --git a/src/main/resources/templates/stock/his/his_dy.html b/src/main/resources/templates/stock/his/his_dy.html
index bbb4d23b..8834f8f9 100644
--- a/src/main/resources/templates/stock/his/his_dy.html
+++ b/src/main/resources/templates/stock/his/his_dy.html
@@ -30,6 +30,7 @@
${msg}
股息率
| 除权除息日
| 方案进度
+ | 来源
<#list rows as row>
@@ -40,6 +41,7 @@ ${msg}
| ${row.percent}% |
${row.cxcqr} |
${row.progress} |
+
${row.from} |
#list>
diff --git a/src/main/resources/templates/stock/his/his_pb.html b/src/main/resources/templates/stock/his/his_pb.html
deleted file mode 100644
index 71669969..00000000
--- a/src/main/resources/templates/stock/his/his_pb.html
+++ /dev/null
@@ -1,88 +0,0 @@
-
-
-
-
-
量化分析-
- <#if stock??>${stock.name}
- <#else>${code!""}
- #if>
- 市净率
-
-
-
-
-
-
-
-<#if msg??>
-
${msg}
-#if>
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/main/resources/templates/stock/his/his_pbpe.html b/src/main/resources/templates/stock/his/his_pbpe.html
new file mode 100644
index 00000000..865fba1e
--- /dev/null
+++ b/src/main/resources/templates/stock/his/his_pbpe.html
@@ -0,0 +1,219 @@
+
+
+
+
+
${code}历史数据
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/main/resources/templates/stock/his/his_pe.html b/src/main/resources/templates/stock/his/his_pe.html
deleted file mode 100644
index b43a55bf..00000000
--- a/src/main/resources/templates/stock/his/his_pe.html
+++ /dev/null
@@ -1,91 +0,0 @@
-
-
-
-
-
量化分析-
- <#if stock??>${stock.name}
- <#else>${code!""}
- #if>
- 市盈率
-
-
-
-
-
-
-
-<#if msg??>
-
${msg}
-#if>
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/main/resources/templates/stock/his/report.html b/src/main/resources/templates/stock/his/report.html
new file mode 100644
index 00000000..fe48253b
--- /dev/null
+++ b/src/main/resources/templates/stock/his/report.html
@@ -0,0 +1,28 @@
+
+
+
+
+
报表
+
+
+
+
+
+
+
+
+
+ 报告期 |
+ 披露日期 |
+
+
+ <#list reports as row>
+
+ ${row.title} |
+ ${row.releaseDay} |
+
+ #list>
+
+
+
+
\ No newline at end of file
diff --git a/src/test/java/io/github/kingschan1204/istock/test/DefaultSpiderImplTest.java b/src/test/java/io/github/kingschan1204/istock/test/DefaultSpiderImplTest.java
index d82228f7..9ae973c9 100644
--- a/src/test/java/io/github/kingschan1204/istock/test/DefaultSpiderImplTest.java
+++ b/src/test/java/io/github/kingschan1204/istock/test/DefaultSpiderImplTest.java
@@ -68,16 +68,6 @@ public void getHistoryROE() throws Exception {
System.out.println(jsons.getJSONObject(0));
System.out.println(jsons);
}
- @Ignore
- @Test
- public void getHistoryPE() throws Exception {
- System.out.println(spider.getHistoryPE(code).toJSONString());
- }
- @Ignore
- @Test
- public void getHistoryPB() throws Exception {
- System.out.println(spider.getHistoryPB(code).toJSONString());
- }
@Ignore
@Test