zjh
2024-12-17 f20eab3d08011a159e728f5dbfd3197b8ba84d09
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);
    }
}