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(); } }