营养小知识修改优化

This commit is contained in:
xiezhijun
2021-04-20 18:17:49 +08:00
parent f2d2e8c8ac
commit d697ba73ee
12 changed files with 257 additions and 75 deletions

View File

@ -79,4 +79,12 @@ public interface SysNutritionQuestionMapper
* @return
*/
public List<SysNutritionQuestion> getNutritionQuestionListByPage(@Param("start")int start, @Param("pageSize")int pageSize);
/**
* 更新微信展示状态
* @param wxShow 是否展示 0不展示 1展示
* @param ids id数组
* @return
*/
public int updateWxShowByIds(@Param("wxShow")Integer wxShow, @Param("array") Long[] ids);
}