eight
2024-10-23 eec1528a3c4f10c6096cbeadf2a7ef9104e8ec4b
jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/service/checktype/CheckTypeServiceImpl.java
@@ -12,6 +12,8 @@
import javax.annotation.Resource;
import java.util.List;
import static cn.lihu.jh.framework.common.exception.util.ServiceExceptionUtil.exception;
import static cn.lihu.jh.module.ecg.enums.ErrorCodeConstants.*;
@@ -69,4 +71,9 @@
        return checkTypeMapper.selectPage(pageReqVO);
    }
    @Override
    public List<CheckTypeDO> getSimpleCheckTypeList() {
        return checkTypeMapper.simpleCheckTypeList();
    }
}