保誠-保戶業務員媒合平台
wayne
2021-11-15 a474351e790a0bfeaa747b01eb92282ca05e5a36
pamapi/src/main/java/com/pollex/pam/repository/AppointmentRepository.java
@@ -12,4 +12,5 @@
   List<Appointment> findByAgentNo(String agentNo);
    List<Appointment> findByAgentNoAndCustomerId(String agentNo, Long customerId);
}