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
2f7152e1
Commit
2f7152e1
authored
Mar 24, 2020
by
庄冰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
channelTypeCode
parent
5dd8a3a1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
8 deletions
+4
-8
center-order/app/base/service/impl/dbneed/needsolutionSve.js
+4
-8
No files found.
center-order/app/base/service/impl/dbneed/needsolutionSve.js
View file @
2f7152e1
...
...
@@ -38,15 +38,11 @@ class NeedsolutionService extends ServiceBase {
if
(
!
bizType
||
!
needinfo
.
typeCode
||
bizType
!=
needinfo
.
typeCode
){
return
system
.
getResultFail
(
-
205
,
"方案类型错误"
);
}
if
(
bizType
==
"gszc"
){
//普通公司注册
ab
.
solutionContent
.
bizType
=
"esp.companyreg"
;
bizType
=
"esp.companyreg"
;
}
else
if
(
bizType
==
"ysgszc"
){
//云上公司注册
ab
.
solutionContent
.
bizType
=
"esp.companyreg_cloud"
;
bizType
=
"esp.companyreg_cloud"
;
}
else
{
return
system
.
getResultFail
(
-
206
,
"方案类型错误"
);
if
(
!
needinfo
.
channelTypeCode
){
return
system
.
getResultFail
(
-
206
,
"渠道方案类型错误"
);
}
ab
.
solutionContent
.
bizType
=
needinfo
.
channelTypeCode
;
bizType
=
needinfo
.
channelTypeCode
;
// bizType取值如下:
// 商标交易:esp.trademark_trade
// 财税代账:esp.bookkeeping
...
...
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