zjh
2025-06-27 0a469fa5898ac2b63b860d17ac10c0ebf534d82f
ltkj-hosp/src/main/java/com/ltkj/hosp/service/impl/TjXdtgmdjgServiceImpl.java
@@ -7,6 +7,10 @@
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import java.util.Collections;
import java.util.List;
import java.util.Map;
/**
 * ClassName: TjXdtgmdjgServiceImpl <br/>
 * Description: <br/>
@@ -24,4 +28,9 @@
    public void deletedByTJhAndProId(String tjNumber, String proId) {
        mapper.deletedByTJhAndProId(tjNumber,proId);
    }
    @Override
    public List<TjXdtgmdjg> xdtGlAttProByTjNum(String tjNum) {
        return mapper.xdtGlAttProByTjNum(tjNum);
    }
}