保誠-保戶業務員媒合平台
Mila
2022-01-21 633a43b1bc57187983d8bbe85f2e835026cc37b6
pamapi/src/main/java/com/pollex/pam/repository/SatisfactionRepository.java
@@ -20,6 +20,7 @@
   Optional<Satisfaction> findOneByAppointmentId(Long appointmentId);
   @Query(value = "SELECT avg(score) FROM satisfaction where agent_no=:agent_no"
         + " and score is not null"
         , nativeQuery = true)
   Float getAgentScoreAvg(@Param("agent_no") String agentNo);
}