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
c8619ab6
Commit
c8619ab6
authored
Jul 31, 2020
by
任晓松
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
商标驳回复审
parent
7c851294
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
center-order/app/base/db/models/dbcorder/orderofficial.js
+2
-2
center-order/app/base/service/impl/dbcorder/orderdeliverSve.js
+2
-2
No files found.
center-order/app/base/db/models/dbcorder/orderofficial.js
View file @
c8619ab6
...
@@ -3,7 +3,7 @@ const settings = require("../../../../config/settings");
...
@@ -3,7 +3,7 @@ const settings = require("../../../../config/settings");
const
uiconfig
=
system
.
getUiConfig2
(
settings
.
appKey
);
const
uiconfig
=
system
.
getUiConfig2
(
settings
.
appKey
);
module
.
exports
=
(
db
,
DataTypes
)
=>
{
module
.
exports
=
(
db
,
DataTypes
)
=>
{
return
db
.
define
(
"orderofficial"
,
{
return
db
.
define
(
"orderofficial"
,
{
sour
ceNo
:
DataTypes
.
STRING
(
128
),
// 订单号
servi
ceNo
:
DataTypes
.
STRING
(
128
),
// 订单号
channelUserId
:
DataTypes
.
STRING
(
128
),
// 用户id
channelUserId
:
DataTypes
.
STRING
(
128
),
// 用户id
officialInfo
:
DataTypes
.
JSON
// 官文信息
officialInfo
:
DataTypes
.
JSON
// 官文信息
},
{
},
{
...
@@ -12,7 +12,7 @@ module.exports = (db, DataTypes) => {
...
@@ -12,7 +12,7 @@ module.exports = (db, DataTypes) => {
version
:
true
,
version
:
true
,
freezeTableName
:
true
,
freezeTableName
:
true
,
timestamps
:
true
,
timestamps
:
true
,
updated
A
t
:
true
,
updated
_a
t
:
true
,
tableName
:
'c_delivery_official'
,
tableName
:
'c_delivery_official'
,
validate
:
{
validate
:
{
...
...
center-order/app/base/service/impl/dbcorder/orderdeliverSve.js
View file @
c8619ab6
...
@@ -219,7 +219,7 @@ class OrderInfoService extends ServiceBase {
...
@@ -219,7 +219,7 @@ class OrderInfoService extends ServiceBase {
}
}
/**
/**
* 修改交付信息
并推送到交付中心
* 修改交付信息
* @param pobj
* @param pobj
* @param actionBody
* @param actionBody
* @returns {Promise<{msg: *, data: (*|null), status: number}>}
* @returns {Promise<{msg: *, data: (*|null), status: number}>}
...
@@ -404,7 +404,7 @@ class OrderInfoService extends ServiceBase {
...
@@ -404,7 +404,7 @@ class OrderInfoService extends ServiceBase {
let
data
=
{
let
data
=
{
serviceNo
:
actionBody
.
orderNo
,
serviceNo
:
actionBody
.
orderNo
,
channelUserId
:
orderItem
.
channelUserId
,
channelUserId
:
orderItem
.
channelUserId
,
officialInfo
:
actionBody
.
officialData
,
officialInfo
:
JSON
.
stringify
(
actionBody
.
officialData
)
,
created_at
:
new
Date
(),
created_at
:
new
Date
(),
updated_at
:
new
Date
()
updated_at
:
new
Date
()
}
}
...
...
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