Commit d7501a21 authored by 徐俊's avatar 徐俊

xujun

parent 09c6801d
......@@ -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;
......
......@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment