pamapi/src/main/java/com/pollex/pam/service/PersonalNotificationService.java
@@ -73,7 +73,7 @@ personalNotificationRepository.save(entity); } public void createNotFillSatisfactionSumToCustomer(Long customerId, int notFillSatisfactionSum) { public void createNotFillAppointmentSatisfactionNumberToCustomer(Long customerId, int notFillSatisfactionSum) { PersonalNotification entity = new PersonalNotification(); String content = "您有 "+notFillSatisfactionSum+" 筆顧問的滿意度需要填寫";