Merge branch 'master' of https://gitee.com/darlk/ShengTangManage into xzj
This commit is contained in:
		@@ -25,4 +25,6 @@ public interface SysRecipesMapper {
 | 
			
		||||
    public int addDishes(SysRecipesDailyDishes sysRecipesDaily);
 | 
			
		||||
 | 
			
		||||
    public int deleteDishes(Long id);
 | 
			
		||||
 | 
			
		||||
    public List<SysRecipesDailyDishes> selectDishesByMenuId(Long id);
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
@@ -2,6 +2,7 @@ package com.stdiet.custom.mapper;
 | 
			
		||||
 | 
			
		||||
import java.util.List;
 | 
			
		||||
import com.stdiet.custom.domain.SysRecipesPlan;
 | 
			
		||||
import com.stdiet.custom.domain.SysRecipesPlanListInfo;
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * 食谱计划Mapper接口
 | 
			
		||||
@@ -86,4 +87,10 @@ public interface SysRecipesPlanMapper
 | 
			
		||||
     * @return
 | 
			
		||||
     */
 | 
			
		||||
    List<SysRecipesPlan> selectPlanListByOrderId(SysRecipesPlan sysRecipesPlan);
 | 
			
		||||
 | 
			
		||||
    List<SysRecipesPlan> selectPlanListByOutId(String outId);
 | 
			
		||||
 | 
			
		||||
    Long getCusIdByOutId(String outId);
 | 
			
		||||
 | 
			
		||||
    List<SysRecipesPlanListInfo> selectRecipesPlanListInfo(String outId);
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user