Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
Y
yn-health-science
Project
Project
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
徐俊
yn-health-science
Commits
98f7b80a
Commit
98f7b80a
authored
Dec 12, 2024
by
wangxl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
77
parent
73a3ba61
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
ComExpertDTO.java
...main/java/com/yiboshi/science/param/dto/ComExpertDTO.java
+3
-0
ComExpertDAO.xml
science-admin/src/main/resources/mapper/ComExpertDAO.xml
+1
-1
No files found.
science-admin/src/main/java/com/yiboshi/science/param/dto/ComExpertDTO.java
View file @
98f7b80a
...
...
@@ -118,6 +118,9 @@ public class ComExpertDTO extends BaseDTO {
/** 用户名 */
@ApiModelProperty
(
value
=
"用户名"
,
position
=
22
)
private
String
username
;
/** 密码 */
@ApiModelProperty
(
value
=
"密码"
,
position
=
22
)
private
String
password
;
/** 用户角色Id*/
@ApiModelProperty
(
value
=
"用户角色Id"
,
position
=
30
)
private
String
userRoleId
;
...
...
science-admin/src/main/resources/mapper/ComExpertDAO.xml
View file @
98f7b80a
...
...
@@ -9,7 +9,7 @@
SELECT distinct
a.*,e.person_name,e.sex,e.cert_id,e.mobile,e.email,e.unit_id,e.work_unit,e.person_state,e.degree,
d.unit_name,d.unit_type,g.name nation_name,h.name education_name,
i.name title_name,f.username,f.id user_id,l.id user_role_id,l.state,
i.name title_name,f.username,f.
password,f.
id user_id,l.id user_role_id,l.state,
(case l.state when 1 then '启用' else '停用' end) state_name
FROM com_expert a
LEFT JOIN com_person e ON a.person_id = e.id
...
...
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