Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Z
zhichan
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
蒋勇
zhichan
Commits
9ec64483
Commit
9ec64483
authored
May 23, 2020
by
王昆
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gsb
parent
11a80d74
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
bd-analysis/app/base/service/impl/report/patentanalysisSve.js
+1
-0
bd-analysis/app/front/entry/public/apidoc/report/patent.md
+4
-0
No files found.
bd-analysis/app/base/service/impl/report/patentanalysisSve.js
View file @
9ec64483
...
@@ -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
)]
||
""
;
}
}
}
}
...
...
bd-analysis/app/front/entry/public/apidoc/report/patent.md
View file @
9ec64483
...
@@ -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"
,
// 提交时间
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment