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
66e730cb
Commit
66e730cb
authored
Jul 31, 2020
by
wkliang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mq
parent
a48e7fea
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
5 deletions
+3
-5
rej-reex/app/base/service/impl/rejreex/trademarkcaseSve.js
+3
-5
No files found.
rej-reex/app/base/service/impl/rejreex/trademarkcaseSve.js
View file @
66e730cb
...
@@ -11,7 +11,6 @@ class TrademarkcaseService extends ServiceBase {
...
@@ -11,7 +11,6 @@ class TrademarkcaseService extends ServiceBase {
}
}
async
createOrUpdate
(
params
)
{
async
createOrUpdate
(
params
)
{
console
.
log
(
params
)
let
isOrder
=
undefined
let
isOrder
=
undefined
if
(
params
.
orderId
)
{
if
(
params
.
orderId
)
{
isOrder
=
await
this
.
dao
.
findOne
({
orderId
:
params
.
orderId
})
isOrder
=
await
this
.
dao
.
findOne
({
orderId
:
params
.
orderId
})
...
@@ -71,7 +70,6 @@ class TrademarkcaseService extends ServiceBase {
...
@@ -71,7 +70,6 @@ class TrademarkcaseService extends ServiceBase {
}
}
async
getCase
(
id
)
{
async
getCase
(
id
)
{
console
.
log
(
this
.
dao
)
let
query
=
{
let
query
=
{
where
:
{
where
:
{
caseId
:
id
caseId
:
id
...
@@ -114,7 +112,7 @@ class TrademarkcaseService extends ServiceBase {
...
@@ -114,7 +112,7 @@ class TrademarkcaseService extends ServiceBase {
pushUrl
:
this
.
qfurl
,
pushUrl
:
this
.
qfurl
,
actionType
:
req
.
actionType
,
actionType
:
req
.
actionType
,
notifyUrl
:
""
,
notifyUrl
:
""
,
identifyCode
:
"t
x-test01
"
,
identifyCode
:
"t
mReDeliver
"
,
messageBody
:
req
.
actionBody
,
messageBody
:
req
.
actionBody
,
headData
:
{
token
}
headData
:
{
token
}
}
}
...
@@ -162,7 +160,7 @@ class TrademarkcaseService extends ServiceBase {
...
@@ -162,7 +160,7 @@ class TrademarkcaseService extends ServiceBase {
pushUrl
:
this
.
qfurl
,
pushUrl
:
this
.
qfurl
,
actionType
:
req
.
actionType
,
actionType
:
req
.
actionType
,
notifyUrl
:
""
,
notifyUrl
:
""
,
identifyCode
:
"t
x-test01
"
,
identifyCode
:
"t
mReDeliver
"
,
messageBody
:
req
.
actionBody
,
messageBody
:
req
.
actionBody
,
headData
:
{
token
}
headData
:
{
token
}
}
}
...
@@ -185,7 +183,7 @@ class TrademarkcaseService extends ServiceBase {
...
@@ -185,7 +183,7 @@ class TrademarkcaseService extends ServiceBase {
tradeType
:
data
.
tradeType
,
tradeType
:
data
.
tradeType
,
applicantName
:
data
.
v_applicantName
,
applicantName
:
data
.
v_applicantName
,
usccode
:
data
.
usccode
,
usccode
:
data
.
usccode
,
agent
n
ame
:
data
.
agentName
agent
N
ame
:
data
.
agentName
}
}
datat
.
apply
=
apply
datat
.
apply
=
apply
datat
.
applyUser
=
data
.
applicant
datat
.
applyUser
=
data
.
applicant
...
...
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