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
d7501a21
Commit
d7501a21
authored
Apr 01, 2025
by
徐俊
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
xujun
parent
09c6801d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
+3
-0
ComProjectAuditDTO.java
...ava/com/yiboshi/science/param/dto/ComProjectAuditDTO.java
+1
-0
ComProjectAuditDAO.xml
...ce-admin/src/main/resources/mapper/ComProjectAuditDAO.xml
+2
-0
No files found.
science-admin/src/main/java/com/yiboshi/science/param/dto/ComProjectAuditDTO.java
View file @
d7501a21
...
...
@@ -86,6 +86,7 @@ public class ComProjectAuditDTO extends BaseDTO {
@ApiModelProperty
(
value
=
"电话"
,
position
=
9
)
private
String
mobile
;
/** 项目Id */
@ApiModelProperty
(
value
=
"项目Id"
,
position
=
1
)
private
String
projId
;
...
...
science-admin/src/main/resources/mapper/ComProjectAuditDAO.xml
View file @
d7501a21
...
...
@@ -90,6 +90,7 @@
${ew.sqlSegment}
</where>
</select>
<select
id=
"getTalentAuditListByPage"
resultType=
"com.yiboshi.science.param.dto.ComProjectAuditDTO"
>
SELECT
a.*,c.id talent_id,b.cert_id, b.person_name, b.sex, b.mobile, b.duty, b.title, b.spec, i.name as title_name, j.name as spec_name,
...
...
@@ -105,6 +106,7 @@
${ew.sqlSegment}
</where>
</select>
<select
id=
"getTalentAuditCount"
resultType=
"com.yiboshi.science.param.dto.DataStatisticsDTO"
>
SELECT ifnull(sum(case when a.audit_result=1 then 1 else 0 end),0) count1,
ifnull(sum(case when a.audit_result=10 then 1 else 0 end),0) count2,
...
...
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