ruoyi-system/src/main/java/com/ruoyi/system/service/impl/TFoundationPersonServiceImpl.java
@@ -77,7 +77,7 @@ throw new ServiceException("菜品重复设置"); } // 添加人数 this.updateById(tFoundationPersonDTO); this.saveOrUpdate(tFoundationPersonDTO); // 删除菜品 foundationConfigService.remove(Wrappers.lambdaQuery(TFoundationConfig.class) .eq(TFoundationConfig::getPersonId,tFoundationPersonDTO.getId())); @@ -154,4 +154,9 @@ } return list; } @Override public List<TFoundationPersonVO> getPersonList() { return this.baseMapper.getSetList(); } }