Commit 9ec64483 by 王昆

gsb

parent 11a80d74
...@@ -61,6 +61,7 @@ class PatentAnalysisService extends ServiceBase { ...@@ -61,6 +61,7 @@ class PatentAnalysisService extends ServiceBase {
} }
for (let row of list) { for (let row of list) {
this.handleDate(row, ["created_at", "report_time"], "YYYY-MM-DD HH:mm:ss", 0); this.handleDate(row, ["created_at", "report_time"], "YYYY-MM-DD HH:mm:ss", 0);
this.handleDate(row, ["search_time"], "YYYY-MM", 0);
row.status_name = this.dic[Number(row.status || 0)] || ""; row.status_name = this.dic[Number(row.status || 0)] || "";
} }
} }
......
...@@ -91,6 +91,10 @@ ...@@ -91,6 +91,10 @@
"id": 3, // 报告id "id": 3, // 报告id
"technology_name": "这是名字", // 技术名称 "technology_name": "这是名字", // 技术名称
"data_file": "这是文件地址", // 文件名称 "data_file": "这是文件地址", // 文件名称
"topic_name": "topic_name", // 课题名称
"topic_doc_id": "100000", // 文献id
"search_time": "1992-01", // 课题时间 年-月
"topic_overview": "topic_overview" // 发展概况
"report_time": null, // 生成报告时间 "report_time": null, // 生成报告时间
"report_file": null, // 报告文件 "report_file": null, // 报告文件
"created_at": "2020-05-23 08:54:10", // 提交时间 "created_at": "2020-05-23 08:54:10", // 提交时间
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment