zhaowenxuan
2024-07-18 58c6b437d3e4fd91a35abd36b59304880c65c332
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);
    }
}