zhaowenxuan
2024-07-01 6f69427f776d4078174a20eca35be4fcc8f01d4f
ltkj-hosp/src/main/java/com/ltkj/hosp/service/impl/TjCustomerServiceImpl.java
@@ -111,4 +111,9 @@
    public String getCompNameByCusId(String cusId) {
        return tjCustomerMapper.getCompNameByCusId(cusId);
    }
    @Override
    public void updateCardId(Long cusId, String cardId) {
         tjCustomerMapper.updateCardId(cusId,cardId);
    }
}