Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
8
8timerapiv200
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
8timerv2
8timerapiv200
Commits
a9014310
Commit
a9014310
authored
4 years ago
by
tangzhaoqian
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'develop' of
http://develop-gitlab.youlingrc.com/8timerv2/8timerapiv200.git
into tzq
parents
9d0ea7d5
fa3e1090
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
src/main/java/cn/timer/api/controller/dzht/DzhtController.java
+3
-1
src/main/java/cn/timer/api/controller/dzht/DzhtController2.java
+2
-0
No files found.
src/main/java/cn/timer/api/controller/dzht/DzhtController.java
View file @
a9014310
...
...
@@ -355,6 +355,8 @@ public class DzhtController {
}
else
{
DzhtController2
d
=
new
DzhtController2
();
accountId
=
d
.
grzc
(
userBean
,
empNum
);
if
(
accountId
.
equals
(
"IDCARD-ERROR"
))
return
ResultUtil
.
error
(
"请先完善身份证信息!"
);
}
grrz
.
setAccountId
(
accountId
);
...
...
@@ -623,7 +625,7 @@ public class DzhtController {
code
=
a
.
getBody
().
get
(
"code"
).
toString
();
returnList
.
add
(
a
.
getBody
());
}
if
(
code
.
equals
(
"0"
))
{
if
(
code
!=
null
&&
code
.
equals
(
"0"
))
{
return
ResultUtil
.
data
(
returnList
);
}
else
{
return
ResultUtil
.
data
(
returnList
,
"查询失败"
);
...
...
This diff is collapsed.
Click to expand it.
src/main/java/cn/timer/api/controller/dzht/DzhtController2.java
View file @
a9014310
...
...
@@ -112,6 +112,8 @@ public class DzhtController2 {
String
name
=
yg
.
getName
();
Integer
type
=
yg
.
getZjType
();
String
idType
=
null
;
if
(
type
==
null
)
return
"IDCARD-ERROR"
;
if
(
type
==
0
)
{
idType
=
"CRED_PSN_CH_IDCARD"
;
// 大陆身份证
}
else
if
(
type
==
1
)
{
...
...
This diff is collapsed.
Click to expand it.
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