From 1612ec02377e09e258610f91ee9bc4151070a8d8 Mon Sep 17 00:00:00 2001 From: wayne <wayne8692wayne8692@gmail.com> Date: 星期五, 03 十二月 2021 16:29:25 +0800 Subject: [PATCH] [fix] 修正編譯錯誤並調整規格文件 --- 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