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
960ba61a
Commit
960ba61a
authored
Aug 26, 2020
by
张云飞
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
zyf
parent
5399ea51
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
5 deletions
+4
-5
igirl-zcapi/app/base/api/impl/trademark/gsbicsearch.js
+4
-5
No files found.
igirl-zcapi/app/base/api/impl/trademark/gsbicsearch.js
View file @
960ba61a
...
...
@@ -966,8 +966,8 @@ class GsbIcSearchApi extends ApiBase {
"usc_code"
,
//统一社会信用代码,
"reg_number"
,
//注册号,
"change_item"
,
//"经营范围",
"c
ontent
_before"
,
//变更前内容
"c
ontent
_after"
,
//变更后内容
"c
hange
_before"
,
//变更前内容
"c
hange
_after"
,
//变更后内容
"change_time"
,
// 变更日期,
"create_time"
//创建时间
]
...
...
@@ -995,9 +995,8 @@ class GsbIcSearchApi extends ApiBase {
reg_number
:
c
.
_source
.
reg_number
,
change_item
:
c
.
_source
.
change_item
,
change_time
:
c
.
_source
.
change_time
,
content_before
:
c
.
_source
.
content_before
,
content_after
:
c
.
_source
.
content_after
,
content_before
:
c
.
_source
.
content_before
,
change_before
:
c
.
_source
.
change_before
,
change_after
:
c
.
_source
.
change_after
,
create_time
:
c
.
_source
.
create_time
};
sources
.
push
(
source
);
...
...
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