|
|
@@ -63,6 +63,8 @@ public class TaskScoreServiceImpl extends BaseMybatisDao<TaskScoreMapper> implem
|
|
|
taskScore.setId(taskScore2.getId());
|
|
|
this.taskScoreMapper.update(taskScore);
|
|
|
}
|
|
|
+ if (taskScore.getMonthlyReport()==null)taskScore.setMonthlyReport(0);
|
|
|
+ if (taskScore.getYearReport()==null)taskScore.setYearReport(0);
|
|
|
int scoreNumber = taskScore.getServiceAttitude() + taskScore.getProfessionalism() + taskScore.getPublicImage()
|
|
|
+ taskScore.getResponsiveness() + taskScore.getMonthlyReport()+taskScore.getCommunicationSkills()+taskScore.getYearReport();
|
|
|
TOrderTask taskTask = new TOrderTask();
|