zjh
2025-01-02 ba4eea8324f672321dae48bed279032ae8bedebd
ltkj-hosp/src/main/java/com/ltkj/hosp/service/impl/TbTransitionServiceImpl.java
@@ -227,4 +227,9 @@
    public String ttpanduantaocanshifouchongfu(String idCard,Long pacId) {
        return tbTransitionMapper.ttpanduantaocanshifouchongfu(idCard,pacId);
    }
    @Override
    public List<TbTransition> newgetTransitionList(String cusId) {
        return tbTransitionMapper.newgetTransitionList(cusId);
    }
}