zjh
2025-01-14 4b800fa29a7be54d2f5397ad9373e91e442a7947
ltkj-hosp/src/main/java/com/ltkj/hosp/service/impl/LtkjExamJcsqdServiceImpl.java
@@ -4,6 +4,7 @@
import com.ltkj.common.core.domain.AjaxResult;
import com.ltkj.hosp.mapper.LtkjExamJcsqdMapper;
import com.ltkj.hosp.service.LtkjExamJcsqdService;
import com.ltkj.hosp.sqlDomain.LtkjExamJcbgd;
import com.ltkj.hosp.sqlDomain.LtkjExamJcsqd;
import lombok.extern.slf4j.Slf4j;
import org.springframework.beans.factory.annotation.Autowired;
@@ -56,6 +57,11 @@
    }
    @Override
    public List<LtkjExamJcbgd> queryLtkjExamJcsqdByTjh(String tjh) {
        return mapper.queryLtkjExamJcsqdByTjh(tjh);
    }
    @Override
    public void saveLtkjExamJcsqd(String tjh) {
        mapper.saveLtkjExamJcsqd(tjh);
    }