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
b6e42515
Commit
b6e42515
authored
May 09, 2020
by
sxy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 解决冲突
parent
40427c1c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
11 deletions
+6
-11
center-channel/app/base/api/impl/action/tmQuery.js
+6
-11
No files found.
center-channel/app/base/api/impl/action/tmQuery.js
View file @
b6e42515
...
@@ -91,18 +91,13 @@ class TmQueryAPI extends WEBBase {
...
@@ -91,18 +91,13 @@ class TmQueryAPI extends WEBBase {
case
"icheming"
:
//商标智能分析 -----
case
"icheming"
:
//商标智能分析 -----
opResult
=
await
this
.
toolSve
.
icheming
(
action_body
,
req
);
opResult
=
await
this
.
toolSve
.
icheming
(
action_body
,
req
);
break
;
break
;
<<<<<<<
HEAD
case
"tmreport"
:
//商标报告--TODO:后期将要迁移到center-service
case
"tmreport"
:
//商标报告--TODO:后期将要迁移到center-service
opResult
=
await
this
.
tmquerySve
.
tmreport
(
action_body
,
req
);
var
rtn
=
await
this
.
tmquerySve
.
tmreport
(
action_body
,
req
);
=======
if
(
rtn
.
code
>
0
)
{
case
"tmreport"
:
//商标报告
opResult
=
system
.
getResultSuccess
();
var
rtn
=
await
this
.
tmquerySve
.
tmreport
(
action_body
,
req
);
}
else
{
if
(
rtn
.
code
>
0
){
opResult
=
system
.
getResultFail
();
opResult
=
system
.
getResultSuccess
();
}
}
else
{
opResult
=
system
.
getResultFail
();
}
>>>>>>>
1
b1e1a18ad0965b4585d785aad9aeea26232862b
break
;
break
;
default
:
default
:
opResult
=
system
.
getResult
(
null
,
"action_type参数错误"
);
opResult
=
system
.
getResult
(
null
,
"action_type参数错误"
);
...
...
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