zjh
2024-12-06 c42f62b32bac302a7ac9fcde7489f7c5fc6e11aa
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);
    }
}