zhaowenxuan
2025-06-27 0892d843cd394f383ff50f480f7f22f2ec3829bc
ltkj-system/src/main/java/com/ltkj/system/service/impl/TjDjdDyjlServiceImpl.java
@@ -88,4 +88,9 @@
    public int deleteTjDjdDyjlById(Long id) {
        return tjDjdDyjlMapper.deleteTjDjdDyjlById(id);
    }
    @Override
    public TjDjdDyjl getDjdDyCsByTjNum(String tjNumber) {
        return tjDjdDyjlMapper.getDjdDyCsByTjNum(tjNumber);
    }
}