|
|
@@ -64,7 +64,7 @@ public class TaskScoreServiceImpl extends BaseMybatisDao<TaskScoreMapper> implem
|
|
|
this.taskScoreMapper.update(taskScore);
|
|
|
}
|
|
|
int scoreNumber = taskScore.getServiceAttitude() + taskScore.getProfessionalism() + taskScore.getPublicImage()
|
|
|
- + taskScore.getResponsiveness() + taskScore.getMonthlyReport()+taskScore.getCommunicationSkills();
|
|
|
+ + taskScore.getResponsiveness() + taskScore.getMonthlyReport()+taskScore.getCommunicationSkills()+taskScore.getYearReport();
|
|
|
TOrderTask taskTask = new TOrderTask();
|
|
|
taskTask.setId(taskScore.getTid());
|
|
|
taskTask.setScoreNumber(scoreNumber);
|