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
4dabc033
Commit
4dabc033
authored
Jul 22, 2020
by
DESKTOP-7Q3CA17\86137
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gsb
parent
74e661af
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
12 deletions
+12
-12
bpo-admin/app/base/api/impl/channelApi.js
+12
-12
No files found.
bpo-admin/app/base/api/impl/channelApi.js
View file @
4dabc033
...
@@ -118,18 +118,18 @@ class ChannelApi {
...
@@ -118,18 +118,18 @@ class ChannelApi {
if
(
!
queryobj
.
idcode
)
{
if
(
!
queryobj
.
idcode
)
{
return
system
.
getResultFail
(
-
1
,
"idcode不能为空"
);
return
system
.
getResultFail
(
-
1
,
"idcode不能为空"
);
}
}
if
(
queryobj
.
ctype
==
1
)
{
//
if (queryobj.ctype == 1) {
if
(
!
queryobj
.
business_license
)
{
//
if (!queryobj.business_license) {
return
system
.
getResultFail
(
-
1
,
"business_license不能为空"
);
//
return system.getResultFail(-1, "business_license不能为空");
}
//
}
}
else
{
//
} else {
if
(
!
queryobj
.
idcard_front
)
{
//
if (!queryobj.idcard_front) {
return
system
.
getResultFail
(
-
1
,
"idcard_front不能为空"
);
//
return system.getResultFail(-1, "idcard_front不能为空");
}
//
}
if
(
!
queryobj
.
idcard_back
)
{
//
if (!queryobj.idcard_back) {
return
system
.
getResultFail
(
-
1
,
"idcard_back不能为空"
);
//
return system.getResultFail(-1, "idcard_back不能为空");
}
//
}
}
//
}
if
(
!
queryobj
.
contact_man
)
{
if
(
!
queryobj
.
contact_man
)
{
return
system
.
getResultFail
(
-
1
,
"contact_man不能为空"
);
return
system
.
getResultFail
(
-
1
,
"contact_man不能为空"
);
}
}
...
...
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