!215 营养小知识修改优化

Merge pull request !215 from 德仔/xzj
This commit is contained in:
德仔
2021-04-20 18:56:16 +08:00
committed by Gitee
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);
}