1
lige
2023-12-13 c8e7da7a5d379362b9e84046c159aa5098e4b394
ltkj-hosp/src/main/java/com/ltkj/hosp/service/impl/TjCustomerServiceImpl.java
@@ -95,4 +95,9 @@
    public List<TjCustomer> getTjCustomerList(String name) {
        return tjCustomerMapper.getTjCustomerList(name);
    }
    @Override
    public TjCustomer getTjCustomerByCusIdCard(String cusIdCard) {
        return tjCustomerMapper.getTjCustomerByCusIdCard(cusIdCard);
    }
}