Commit eb22123d authored by wangxl's avatar wangxl

1

parent 5a4eeca3
...@@ -19,7 +19,7 @@ public interface ComConclusionCatalogService extends BaseService<ComConclusionCa ...@@ -19,7 +19,7 @@ public interface ComConclusionCatalogService extends BaseService<ComConclusionCa
* @return * @return
*/ */
List<ComConclusionCatalogDTO> getListByObjectId(String objectId); List<ComConclusionCatalogDTO> getListByObjectId(String objectId);
/**插入项目组成员 /**插入列表
* *
* @param list * @param list
* @param objectId * @param objectId
......
...@@ -240,12 +240,6 @@ public class ComTalentAssignServiceImpl extends BaseServiceImpl<ComTalentAssignD ...@@ -240,12 +240,6 @@ public class ComTalentAssignServiceImpl extends BaseServiceImpl<ComTalentAssignD
comTalentApply.setCompleted(completed); comTalentApply.setCompleted(completed);
comTalentApply.setTotalScore(totalScore); comTalentApply.setTotalScore(totalScore);
comTalentApply.setAverageScore(averageScore); comTalentApply.setAverageScore(averageScore);
// comTalentApply.setTechnologyScore(technologyScore);
// comTalentApply.setTechnologyAverageScore(technologyAverageScore);
// comTalentApply.setEconomyScore(economyScore);
// comTalentApply.setEconomyAverageScore(economyAverageScore);
// comTalentApply.setCalculateScore(calculateScore);
comTalentApply.setUpdated(new Date());
comTalentApplyService.update(comTalentApply); comTalentApplyService.update(comTalentApply);
} }
......
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