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
9b3675df
Commit
9b3675df
authored
Mar 07, 2020
by
宋毅
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tj
parent
9aaced81
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
31 additions
and
6 deletions
+31
-6
center-order/app/base/api/impl/notifyaction/internalCallsNotify.js
+1
-1
center-order/app/base/service/impl/dbcorder/orderinfoSve.js
+25
-1
center-order/内部调用通知接口
+5
-4
No files found.
center-order/app/base/api/impl/notifyaction/internalCallsNotify.js
View file @
9b3675df
...
...
@@ -5,7 +5,7 @@ class InternalCallsNotify extends APIBase {
//内部通知调用
constructor
()
{
super
();
//
this.orderinfoSve = system.getObject("service.dbcorder.orderinfoSve");
this
.
orderinfoSve
=
system
.
getObject
(
"service.dbcorder.orderinfoSve"
);
}
async
updateTmStatus
(
pobj
,
qobj
,
req
)
{
return
system
.
getResultSuccess
();
...
...
center-order/app/base/service/impl/dbcorder/orderinfoSve.js
View file @
9b3675df
...
...
@@ -640,7 +640,7 @@ class OrderInfoService extends ServiceBase {
actionBody
.
nclones
=
tempNclList
;
}
this
.
putOrderDelivery
(
itemResult
.
data
,
actionBody
.
orderNo
);
delete
actionBody
[
"isGetContact"
];
actionBody
.
orderStatus
=
orderItem
.
orderStatus
;
if
(
orderItem
.
orderStatus
<
4
)
{
...
...
@@ -886,6 +886,30 @@ class OrderInfoService extends ServiceBase {
return
system
.
getResultSuccess
();
}
async
updateTmStatus
(
pobj
)
{
if
(
!
pobj
.
tbCode
)
{
return
system
.
getResult
(
null
,
"处理失败,tbCode不能为空,30160"
);
}
if
(
!
pobj
.
tmStatus
)
{
return
system
.
getResult
(
null
,
"处理失败,tmStatus不能为空,30163"
);
}
if
(
!
pobj
.
tmStatusName
)
{
return
system
.
getResult
(
null
,
"处理失败,tmStatusName不能为空,30165"
);
}
// if (pobj.submitTime) {
// }//修改提报时间
// if (pobj.registNumInfo && pobj.registNumInfo.tmRegistNum) {
// }//更新商标申请号
}
async
opOrderPayCallBackTl
(
parmas
,
appInfo
)
{
//操作订单付款回调---通联
var
item
=
await
this
.
dao
.
getItemStatusByOrderNo
(
parmas
.
orderNo
)
if
(
!
item
)
{
...
...
center-order/内部调用通知接口
View file @
9b3675df
1.更新注
册号、状态、官文
1.更新注
册号、状态、官文
...
...
@@ -3,6 +3,7 @@
地址:notifyaction/internalCallsNotify/updateTmStatus
参数:
{
"orderNo": "TB26202002271337v5y9",//订单号
"tbCode": "TB26202002271337v5y9",//提报号
"tmStatus": "13",//官文状态编码
"tmStatusName": "已下发商标注册证",//官文状态名称
...
...
@@ -12,8 +13,8 @@
},
"officialInfo":{//官文信息
"tmRegistNum": "29471633",//商标申请号
"updated": "2020-02-19T06:53:09.000Z",// 创建时间
"uploadFileName": "29471633-注册-PASSED.pdf",//上传文件名称
"returnReceiptUrl": "http://gsb-public.oss-cn-beijing.aliyuncs.com/netsharp_Z7wfENwQZDWiWFbMsSchDkFJKfBb3Ah4.jpg"//官文回执Url
"updated": "2020-02-19T06:53:09.000Z",// 创建时间
"uploadFileName": "29471633-注册-PASSED.pdf",//上传文件名称
"returnReceiptUrl": "http://gsb-public.oss-cn-beijing.aliyuncs.com/netsharp_Z7wfENwQZDWiWFbMsSchDkFJKfBb3Ah4.jpg"//官文回执Url
}
}
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