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
4045e432
Commit
4045e432
authored
Sep 30, 2020
by
linboxuan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
needSolution add channelDeliverId
parent
d0069cb6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
10 deletions
+7
-10
center-order/app/base/db/models/dbneed/needsolution.js
+1
-0
center-order/app/base/service/impl/qcutils/aliyunqcSve.js
+6
-10
No files found.
center-order/app/base/db/models/dbneed/needsolution.js
View file @
4045e432
...
@@ -20,6 +20,7 @@ module.exports = (db, DataTypes) => {
...
@@ -20,6 +20,7 @@ module.exports = (db, DataTypes) => {
}
}
},
},
statusName
:
DataTypes
.
STRING
(
50
),
//状态名称
statusName
:
DataTypes
.
STRING
(
50
),
//状态名称
channelDeliverId
:
DataTypes
.
STRING
(
128
),
//服务单id
createUserId
:
DataTypes
.
INTEGER
,
//创建者id
createUserId
:
DataTypes
.
INTEGER
,
//创建者id
isInvalid
:
DataTypes
.
INTEGER
,
//是否废弃的无效的方案
isInvalid
:
DataTypes
.
INTEGER
,
//是否废弃的无效的方案
},
{
},
{
...
...
center-order/app/base/service/impl/qcutils/aliyunqcSve.js
View file @
4045e432
...
@@ -999,15 +999,10 @@ class AliyunQcService {
...
@@ -999,15 +999,10 @@ class AliyunQcService {
var
material
=
solutionContent
.
customerMaterial
||
{};
var
material
=
solutionContent
.
customerMaterial
||
{};
if
(
ab
.
extInfo
)
{
if
(
ab
.
extInfo
)
{
// 退回修改理由
// 退回修改理由
<<<<<<<
HEAD
var
extInfoJson
=
JSON
.
parse
(
ab
.
extInfo
);
var
extInfoJson
=
JSON
.
parse
(
ab
.
extInfo
);
if
(
ab
.
extInfo
.
rejectReason
)
{
if
(
extInfoJson
.
rejectReason
)
{
ab
.
rejectReason
=
ab
.
extInfo
.
rejectReason
,
ab
.
rejectReason
=
extInfoJson
.
rejectReason
,
solutionContent
.
note
=
ab
.
rejectReason
solutionContent
.
rejectReason
=
extInfoJson
.
rejectReason
=======
if
(
ab
.
extInfo
.
rejectReason
)
{
ab
.
rejectReason
=
ab
.
extInfo
.
rejectReason
>>>>>>>
6
f53c3c29ddcc51fd1cf02d87cf354bda70b546d
}
}
material
.
businessLicenseArr
=
ab
.
extInfo
.
businessLicenseArr
;
material
.
businessLicenseArr
=
ab
.
extInfo
.
businessLicenseArr
;
material
.
idCardListArr
=
ab
.
idCardListArr
;
material
.
idCardListArr
=
ab
.
idCardListArr
;
...
@@ -1018,9 +1013,10 @@ class AliyunQcService {
...
@@ -1018,9 +1013,10 @@ class AliyunQcService {
var
updateObj
=
{
var
updateObj
=
{
id
:
ns
.
id
,
id
:
ns
.
id
,
solutionContent
:
solutionContent
,
solutionContent
:
solutionContent
,
channelDeliverId
:
ab
.
bizId
,
note
:
ab
.
rejectReason
};
};
if
(
ab
.
bizId
!=
ns
.
channelDeliverId
)
{
updateObj
.
channelDeliverId
=
ab
.
bizId
}
if
(
ab
.
operationType
==
"ABC_CLOSE_PRODUCE"
)
{
//⽅案已关闭
if
(
ab
.
operationType
==
"ABC_CLOSE_PRODUCE"
)
{
//⽅案已关闭
updateObj
[
"status"
]
=
"yzf"
;
updateObj
[
"status"
]
=
"yzf"
;
updateObj
[
"isInvalid"
]
=
1
;
updateObj
[
"isInvalid"
]
=
1
;
...
...
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