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