zhaowenxuan
2025-05-13 2b2763c83e352f8ffd2ac0b5c46b60c49ee78439
ltkj-hosp/src/main/java/com/ltkj/hosp/service/impl/LtkjHysqdServiceImpl.java
@@ -57,4 +57,9 @@
    public int getHyYcXmCount(String cardId) {
        return mapper.getHyYcXmCount(cardId);
    }
    @Override
    public void deletedByTjhAndXmId(String tjh, String xmid) {
        mapper.deletedByTjhAndXmId(tjh,xmid);
    }
}