Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
hp-smart
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
platform
hp-smart
Commits
df46e80f
Commit
df46e80f
authored
Oct 18, 2024
by
宋祥
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev-sx' of
http://git.pseer.com/platform/hp-smart
into dev
parents
e4a25de8
5dfc646e
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
2 deletions
+1
-2
ServiceHPXSUser.java
...java/com/baosight/hpjx/hp/xs/service/ServiceHPXSUser.java
+1
-2
No files found.
src/main/java/com/baosight/hpjx/hp/xs/service/ServiceHPXSUser.java
View file @
df46e80f
...
@@ -58,7 +58,6 @@ public class ServiceHPXSUser extends ServiceBase {
...
@@ -58,7 +58,6 @@ public class ServiceHPXSUser extends ServiceBase {
return
outInfo
;
return
outInfo
;
}
}
/**
/**
* 获取用户信息
* 获取用户信息
*
*
...
@@ -74,7 +73,7 @@ public class ServiceHPXSUser extends ServiceBase {
...
@@ -74,7 +73,7 @@ public class ServiceHPXSUser extends ServiceBase {
if
(
StringUtils
.
isNotEmpty
(
loginName
))
{
if
(
StringUtils
.
isNotEmpty
(
loginName
))
{
Map
map
=
new
HashMap
();
Map
map
=
new
HashMap
();
map
.
put
(
"loginName"
,
loginName
);
map
.
put
(
"loginName"
,
loginName
);
List
<
User
>
users
=
dao
.
query
(
"H
G
XSUser.query"
,
map
);
List
<
User
>
users
=
dao
.
query
(
"H
P
XSUser.query"
,
map
);
if
(
users
!=
null
&&
users
.
size
()
>
0
)
{
if
(
users
!=
null
&&
users
.
size
()
>
0
)
{
status
=
1
;
status
=
1
;
msg
=
"用户存在!"
;
msg
=
"用户存在!"
;
...
...
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