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
c4be5d1b
Commit
c4be5d1b
authored
Mar 10, 2020
by
宋毅
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tj
parent
c60aa7cd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
1 deletions
+12
-1
center-order/app/base/service/impl/dbcorder/orderinfoSve.js
+12
-1
No files found.
center-order/app/base/service/impl/dbcorder/orderinfoSve.js
View file @
c4be5d1b
...
...
@@ -632,6 +632,17 @@ class OrderInfoService extends ServiceBase {
}
}
}
if
([
"3"
,
"4"
,
"5"
].
indexOf
(
deliveryData
.
tm
.
tmFormType
)
<
0
)
{
return
system
.
getResult
(
null
,
"商标类型值错误,20185"
);
}
var
putOrderProductItem
=
{};
if
(
tm
.
tmFormType
==
"4"
)
{
itemResult
.
data
.
tm
.
tmName
=
"图形"
;
putOrderProductItem
.
channelItemAppendName
=
"图形"
;
}
if
(
putOrderProductItem
.
channelItemAppendName
)
{
self
.
orderproductDao
.
updateByWhere
(
putOrderProductItem
,
{
where
:
{
sourceOrderNo
:
actionBody
.
orderNo
}
});
}
}
if
(
tipsMsg
)
{
return
system
.
getResult
(
null
,
tipsMsg
);
...
...
@@ -1061,7 +1072,7 @@ class OrderInfoService extends ServiceBase {
}
}
}
//增加流程状态列表数据
try
{
await
self
.
db
.
transaction
(
async
function
(
t
)
{
if
(
Object
.
keys
(
updateOrderFields
).
length
>
0
)
{
...
...
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