springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/impl/ComMngVaccinesServiceImpl.java
@@ -114,4 +114,14 @@ } } /** * 疫苗分类列表 * @return 疫苗分类列表 */ public R getEnrollTypeListByAdmin(){ List<ComMngVaccinesDO> vaccinesDOList = this.baseMapper.selectList(new QueryWrapper<ComMngVaccinesDO>() .lambda().eq(ComMngVaccinesDO::getStatus,1)); return R.ok(vaccinesDOList); } }