From 9e4b800c048329583bb9b90b3ebc6983164d13fd Mon Sep 17 00:00:00 2001
From: Mila <Mila@pollex.com.tw>
Date: 星期一, 15 十一月 2021 13:08:20 +0800
Subject: [PATCH] Merge branch 'master' of https://192.168.0.10:8443/r/pcalife/PAM

---
 pamapi/src/main/java/com/pollex/pam/repository/AppointmentRepository.java |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/pamapi/src/main/java/com/pollex/pam/repository/AppointmentRepository.java b/pamapi/src/main/java/com/pollex/pam/repository/AppointmentRepository.java
index 245fde3..fe3bc8c 100644
--- a/pamapi/src/main/java/com/pollex/pam/repository/AppointmentRepository.java
+++ b/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);
 }

--
Gitblit v1.8.0