xuhy
2025-04-24 12dc412a07b9d4b2280cddd9131db73d3dc4ebd2
ruoyi-system/src/main/java/com/ruoyi/system/service/impl/TFoundationConfigServiceImpl.java
@@ -21,7 +21,7 @@
public class TFoundationConfigServiceImpl extends ServiceImpl<TFoundationConfigMapper, TFoundationConfig> implements TFoundationConfigService {
    @Override
    public List<TFoundationConfigVO> getList(Long shopId) {
        return this.baseMapper.getList(shopId);
    public List<TFoundationConfigVO> getList(Integer mealType) {
        return this.baseMapper.getList(mealType);
    }
}