Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cloud-platform
Project
Project
Details
Activity
Releases
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
youjj
cloud-platform
Commits
52b4fa03
Commit
52b4fa03
authored
Sep 24, 2019
by
libin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
用户身份信息
parent
a72c879d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
+9
-9
AppUserPositionTempBiz.java
...ub/wxiaoqi/security/admin/biz/AppUserPositionTempBiz.java
+9
-9
No files found.
ace-modules/ace-admin/src/main/java/com/github/wxiaoqi/security/admin/biz/AppUserPositionTempBiz.java
View file @
52b4fa03
...
@@ -148,6 +148,8 @@ public class AppUserPositionTempBiz extends BaseBiz<AppUserPositionTempMapper, A
...
@@ -148,6 +148,8 @@ public class AppUserPositionTempBiz extends BaseBiz<AppUserPositionTempMapper, A
AppUserPositionTemp
appUserPositionTemp
;
AppUserPositionTemp
appUserPositionTemp
;
for
(
int
i
=
0
;
i
<
userPostionData
.
size
();
i
++)
{
for
(
int
i
=
0
;
i
<
userPostionData
.
size
();
i
++)
{
String
[]
data
=
userPostionData
.
get
(
i
);
String
[]
data
=
userPostionData
.
get
(
i
);
Integer
postionId
=
null
;
try
{
String
name
=
data
[
0
];
String
name
=
data
[
0
];
String
phone
=
data
[
1
];
String
phone
=
data
[
1
];
if
(
StringUtils
.
isEmpty
(
phone
)){
if
(
StringUtils
.
isEmpty
(
phone
)){
...
@@ -157,8 +159,6 @@ public class AppUserPositionTempBiz extends BaseBiz<AppUserPositionTempMapper, A
...
@@ -157,8 +159,6 @@ public class AppUserPositionTempBiz extends BaseBiz<AppUserPositionTempMapper, A
if
(
StringUtils
.
isEmpty
(
postionName
)){
if
(
StringUtils
.
isEmpty
(
postionName
)){
throw
new
BaseException
(
"身份为空"
);
throw
new
BaseException
(
"身份为空"
);
}
}
Integer
postionId
=
null
;
try
{
//根据手机号查询userId
//根据手机号查询userId
AppUserLogin
userLogin
=
loginBiz
.
checkeUserLogin
(
phone
);
AppUserLogin
userLogin
=
loginBiz
.
checkeUserLogin
(
phone
);
for
(
Map
.
Entry
<
Integer
,
String
>
integerStringEntry
:
entrySet
)
{
for
(
Map
.
Entry
<
Integer
,
String
>
integerStringEntry
:
entrySet
)
{
...
...
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