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
eb8ebf92
Commit
eb8ebf92
authored
May 24, 2021
by
王悦
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
er.es.gongsibao.com:7200
parent
653b6b2c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
center-tmtransaction/app/base/service/impl/tm/trademarktransactionSve.js
+2
-2
center-tmtransaction/app/config/settings.js
+2
-2
No files found.
center-tmtransaction/app/base/service/impl/tm/trademarktransactionSve.js
View file @
eb8ebf92
...
...
@@ -766,7 +766,7 @@ class TrademarktransactionService extends ServiceBase {
"regist_notice_day"
]
};
var
esData
=
await
this
.
execPostByTimeOut
(
null
,
params
,
"http://
43.247.184.94
:7200/bigdata_middle_gsb_tm_info/_search"
,
null
);
var
esData
=
await
this
.
execPostByTimeOut
(
null
,
params
,
"http://
er.es.gongsibao.com
:7200/bigdata_middle_gsb_tm_info/_search"
,
null
);
if
(
esData
.
status
!=
1
)
{
return
system
.
getResultFail
(
-
1001
,
"es查询失败"
)
}
...
...
@@ -815,7 +815,7 @@ class TrademarktransactionService extends ServiceBase {
]
};
var
nclthird
=
[];
var
esData
=
await
this
.
execPostByTimeOut
(
null
,
params
,
"http://
43.247.184.94
:7200/bigdata_bdc_ncl_info/_search"
,
null
);
var
esData
=
await
this
.
execPostByTimeOut
(
null
,
params
,
"http://
er.es.gongsibao.com
:7200/bigdata_bdc_ncl_info/_search"
,
null
);
if
(
esData
.
status
!=
1
)
{
return
system
.
getResultFail
(
-
1001
,
"es查询失败"
)
}
...
...
center-tmtransaction/app/config/settings.js
View file @
eb8ebf92
...
...
@@ -18,9 +18,9 @@ var settings = {
port
:
process
.
env
.
NODE_PORT
||
4006
,
opLogUrl
:
function
()
{
if
(
this
.
env
==
"dev"
||
this
.
env
==
"test"
)
{
return
"http://
43.247.184.94
:7200/center-tm-transaction_log/_doc?pretty"
;
return
"http://
er.es.gongsibao.com
:7200/center-tm-transaction_log/_doc?pretty"
;
}
else
{
return
"http://
43.247.184.94
:7200/center-tm-transaction_log/_doc?pretty"
;
return
"http://
er.es.gongsibao.com
:7200/center-tm-transaction_log/_doc?pretty"
;
}
},
opPushUrl
:
function
()
{
...
...
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