pamapi/src/main/java/com/pollex/pam/repository/SatisfactionRepository.java
@@ -27,5 +27,5 @@ + " and agent_no=:agent_no" + " and score is not null" , nativeQuery = true) Float getAgentScoreAvg(@Param("agent_no") String agentNo); Optional<Float> getAgentScoreAvg(@Param("agent_no") String agentNo); }