zjh
2024-01-31 5931c2e6c45452e05b46b00ed5f35ebace24e799
ltkj-hosp/src/main/java/com/ltkj/hosp/service/impl/TjRulesServiceImpl.java
@@ -30,4 +30,9 @@
    public List<TjRules> getTjRulesListByProId(String proId) {
        return mapper.getTjRulesListByProId(proId);
    }
    @Override
    public List<TjRules> getTjRulesListByTjNumAndProId(String tjNum, Long proId) {
        return mapper.getTjRulesListByTjNumAndProId(tjNum,proId);
    }
}