保誠-保戶業務員媒合平台
wayne
2022-01-03 b84a4c15f8c239a4d555d7a336f3eb665c94d389
pamapi/src/main/java/com/pollex/pam/service/ConsultantService.java
@@ -210,6 +210,10 @@
        });
        customerFavoriteConsultantRepository.saveAll(notViewRelation);
    }
    public Consultant findByAgentNo(String agentNo) {
        return consultantRepository.findOneByAgentNo(agentNo).get();
    }
   public Consultant editConsultant(ConsultantEditDTO editDTO) {