Commit 6d457cea authored by wangxl's avatar wangxl

1

parent 41da726f
...@@ -236,6 +236,7 @@ public class ComTalentAssignServiceImpl extends BaseServiceImpl<ComTalentAssignD ...@@ -236,6 +236,7 @@ public class ComTalentAssignServiceImpl extends BaseServiceImpl<ComTalentAssignD
this.updateAssignState(talentId, assignState, completed, totalScore, averageScore); this.updateAssignState(talentId, assignState, completed, totalScore, averageScore);
} }
public void updateAssignState(String talentId, Integer assignState, Integer completed, BigDecimal totalScore, BigDecimal averageScore) { public void updateAssignState(String talentId, Integer assignState, Integer completed, BigDecimal totalScore, BigDecimal averageScore) {
ComTalentApply comTalentApply = new ComTalentApply(); ComTalentApply comTalentApply = new ComTalentApply();
comTalentApply.setId(talentId); comTalentApply.setId(talentId);
......
...@@ -6,9 +6,9 @@ ...@@ -6,9 +6,9 @@
t.id as id, t.expert_id as expertId, t.talent_id as talentId, t.assign_year as assignYear, t.total_score as gradeScore, t.remark as remark, t.created as created, t.updated as updated t.id as id, t.expert_id as expertId, t.talent_id as talentId, t.assign_year as assignYear, t.total_score as gradeScore, t.remark as remark, t.created as created, t.updated as updated
</sql> </sql>
<select id="getListByPage" resultType="com.yiboshi.science.param.dto.ComTalentAssignDTO"> <select id="getListByPage" resultType="com.yiboshi.science.param.dto.ComTalentAssignDTO">
SELECT a.*,c.person_name as expert_name,c.cert_id as expert_cert_id,c.sex expert_sex,c.title expert_title,c.mobile expert_mobile,d.unit_name appUnitName, SELECT a.*,c.person_name as expert_name,c.cert_id as expert_cert_id,c.sex expert_sex,c.title expert_title,c.mobile expert_mobile,g.unit_name appUnitName,
e.talent_category, e.talent_category,
g.unit_name expert_unit_name, d.unit_name expert_unit_name,
f.cert_id, f.person_name, f.sex, f.mobile, f.duty, f.title, f.profession, f.cert_id, f.person_name, f.sex, f.mobile, f.duty, f.title, f.profession,
i.group_name i.group_name
FROM com_talent_assign a FROM com_talent_assign a
......
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