@@ -62,4 +62,6 @@ public interface ISysDishesService
 | 
			
		||||
     * @return 结果
 | 
			
		||||
     */
 | 
			
		||||
    public int deleteSysDishesById(Long id);
 | 
			
		||||
 | 
			
		||||
    public String getDishesMenuTypeById(Long id);
 | 
			
		||||
}
 | 
			
		||||
@@ -124,4 +124,9 @@ public class SysDishesServiceImpl implements ISysDishesService {
 | 
			
		||||
        sysDishesMapper.deleteIngredientById(id);
 | 
			
		||||
        return sysDishesMapper.deleteSysDishesById(id);
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    @Override
 | 
			
		||||
    public String getDishesMenuTypeById(Long id) {
 | 
			
		||||
        return sysDishesMapper.getDishesMenuTypeById(id);
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user