保誠-保戶業務員媒合平台
wayne
2022-01-22 a6b0be5d9e6e21b050d1d46c30aa0200d82ec4d5
pamapi/src/main/java/com/pollex/pam/repository/AppointmentCustomerViewRepository.java
@@ -9,7 +9,6 @@
@Repository
public interface AppointmentCustomerViewRepository extends JpaRepository<AppointmentCustomerView, Long>{
   List<AppointmentCustomerView> findByAgentNo(String agentNo);
    List<AppointmentCustomerView> findByAgentNoAndCustomerId(String agentNo, Long customerId);
}