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
0e320172
Commit
0e320172
authored
Dec 26, 2024
by
徐俊
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
xujun
parent
d5586490
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
ComProjectGroupAssignDTO.java
...m/yiboshi/science/param/dto/ComProjectGroupAssignDTO.java
+4
-0
ComProjectGroupAssignDAO.xml
...in/src/main/resources/mapper/ComProjectGroupAssignDAO.xml
+1
-1
No files found.
science-admin/src/main/java/com/yiboshi/science/param/dto/ComProjectGroupAssignDTO.java
View file @
0e320172
...
@@ -85,6 +85,10 @@ public class ComProjectGroupAssignDTO extends BaseDTO {
...
@@ -85,6 +85,10 @@ public class ComProjectGroupAssignDTO extends BaseDTO {
@ApiModelProperty
(
value
=
"单位"
,
position
=
14
)
@ApiModelProperty
(
value
=
"单位"
,
position
=
14
)
private
String
unitName
;
private
String
unitName
;
/** 专家单位 */
@ApiModelProperty
(
value
=
"专家单位"
,
position
=
14
)
private
String
workUnit
;
/** 项目组名称 */
/** 项目组名称 */
@ApiModelProperty
(
value
=
"项目组名称"
,
position
=
17
)
@ApiModelProperty
(
value
=
"项目组名称"
,
position
=
17
)
private
String
groupName
;
private
String
groupName
;
...
...
science-admin/src/main/resources/mapper/ComProjectGroupAssignDAO.xml
View file @
0e320172
...
@@ -21,7 +21,7 @@
...
@@ -21,7 +21,7 @@
</select>
</select>
<select
id=
"getAssignExpertList"
resultType=
"com.yiboshi.science.param.dto.ComProjectGroupAssignDTO"
>
<select
id=
"getAssignExpertList"
resultType=
"com.yiboshi.science.param.dto.ComProjectGroupAssignDTO"
>
select a.*, c.person_name, c.cert_id, c.sex from com_project_group_assign a
select a.*, c.person_name, c.cert_id, c.sex
, c.work_unit
from com_project_group_assign a
LEFT JOIN com_expert b ON a.expert_id = b.id
LEFT JOIN com_expert b ON a.expert_id = b.id
LEFT JOIN com_person c ON b.person_id = c.id
LEFT JOIN com_person c ON b.person_id = c.id
where a.group_id = #{groupId} order by created
where a.group_id = #{groupId} order by created
...
...
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