保誠-保戶業務員媒合平台
wayne
2022-02-17 4394e4248455637ab7836756058ac872fdf4af10
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);
}