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
e6cfc94f
Commit
e6cfc94f
authored
Aug 04, 2020
by
wkliang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
delete log
parent
d0e55dde
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
3 deletions
+1
-3
rej-reex/app/base/service/impl/rejreex/tmrejaskcaseSve.js
+0
-1
rej-reex/app/base/service/impl/rejreex/trademarkcaseSve.js
+1
-2
No files found.
rej-reex/app/base/service/impl/rejreex/tmrejaskcaseSve.js
View file @
e6cfc94f
...
@@ -37,7 +37,6 @@ class TmrejaskcaseService extends ServiceBase {
...
@@ -37,7 +37,6 @@ class TmrejaskcaseService extends ServiceBase {
req
.
actionType
=
"receiveDeliveryData"
req
.
actionType
=
"receiveDeliveryData"
req
.
actionBody
=
reqdata
req
.
actionBody
=
reqdata
let
res
=
await
this
.
restClient
.
execPostWithToken
(
req
,
qfurl
,
token
)
let
res
=
await
this
.
restClient
.
execPostWithToken
(
req
,
qfurl
,
token
)
console
.
log
(
res
)
return
res
return
res
}
else
{
}
else
{
return
"--"
return
"--"
...
...
rej-reex/app/base/service/impl/rejreex/trademarkcaseSve.js
View file @
e6cfc94f
...
@@ -134,7 +134,7 @@ class TrademarkcaseService extends ServiceBase {
...
@@ -134,7 +134,7 @@ class TrademarkcaseService extends ServiceBase {
tradeType
:
tmpdata
.
tradeType
,
tradeType
:
tmpdata
.
tradeType
,
tradeImg
:
tmpdata
.
tradeImg
,
tradeImg
:
tmpdata
.
tradeImg
,
applicantName
:
tmpdata
.
applicant
.
applicantName
,
applicantName
:
tmpdata
.
applicant
.
applicantName
,
fileType
:
tmpdata
.
offical
.
otype
,
//
官文类型
fileType
:
tmpdata
.
offical
.
otype
,
//
官文类型
received_at
:
tmpdata
.
offical
.
oDate
,
received_at
:
tmpdata
.
offical
.
oDate
,
dir
:
tmpdata
.
offical
.
dir
dir
:
tmpdata
.
offical
.
dir
}
}
...
@@ -164,7 +164,6 @@ class TrademarkcaseService extends ServiceBase {
...
@@ -164,7 +164,6 @@ class TrademarkcaseService extends ServiceBase {
}
}
}
}
let
res
=
await
this
.
restClient
.
execPost
(
queuereq
,
this
.
queueurl
)
let
res
=
await
this
.
restClient
.
execPost
(
queuereq
,
this
.
queueurl
)
console
.
log
(
res
)
return
res
return
res
}
else
{
}
else
{
return
"--"
return
"--"
...
...
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