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
8e811946
Commit
8e811946
authored
Apr 20, 2021
by
兰国旗
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
laolan
parent
9e272c8c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
center-order/app/base/service/impl/qcutils/baseqcSve.js
+4
-4
No files found.
center-order/app/base/service/impl/qcutils/baseqcSve.js
View file @
8e811946
...
@@ -237,14 +237,14 @@ class BaseQcService {
...
@@ -237,14 +237,14 @@ class BaseQcService {
if
(
!
solution
)
{
if
(
!
solution
)
{
return
system
.
getResultFail
(
-
103
,
"方案交付信息有误"
);
return
system
.
getResultFail
(
-
103
,
"方案交付信息有误"
);
}
}
//判断属于
百度还是
易名
//判断属于
渠道 18阿里,44百度,52
易名
if
(
needinfo
.
uapp_id
==
44
){
if
(
needinfo
.
uapp_id
==
44
||
needinfo
.
uapp_id
==
18
){
if
(
needinfo
.
channelTypeCode
==
"7"
)
{
//edi
if
(
needinfo
.
channelTypeCode
==
"7"
)
{
//edi
ab
.
solutionContent
.
solution
.
IcpType
=
2
;
ab
.
solutionContent
.
solution
.
IcpType
=
2
;
}
else
if
(
needinfo
.
channelTypeCode
==
"5"
)
{
//icp
}
else
if
(
needinfo
.
channelTypeCode
==
"5"
)
{
//icp
ab
.
solutionContent
.
solution
.
IcpType
=
1
;
ab
.
solutionContent
.
solution
.
IcpType
=
1
;
}
else
{
}
else
{
return
system
.
getResultFail
(
-
20
8
,
"需求业务类型有误"
);
return
system
.
getResultFail
(
-
20
7
,
"需求业务类型有误"
);
}
}
}
}
if
(
needinfo
.
uapp_id
==
52
){
if
(
needinfo
.
uapp_id
==
52
){
...
@@ -257,7 +257,7 @@ class BaseQcService {
...
@@ -257,7 +257,7 @@ class BaseQcService {
}
else
if
(
needinfo
.
channelTypeCode
==
"edinb"
)
{
//edinb
}
else
if
(
needinfo
.
channelTypeCode
==
"edinb"
)
{
//edinb
ab
.
solutionContent
.
solution
.
IcpType
=
4
;
ab
.
solutionContent
.
solution
.
IcpType
=
4
;
}
else
{
}
else
{
return
system
.
getResultFail
(
-
208
,
"需求业务类型有误"
);
return
system
.
getResultFail
(
-
208
,
"需求业务类型有误
-52
"
);
}
}
}
}
if
(
!
solution
.
CompanyName
)
{
if
(
!
solution
.
CompanyName
)
{
...
...
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