摘要:
dao层 int delUser(@Param("menuId") Integer menuId,@Param("idList") List<String> idList); xml层 <delete id="delUser" > delete FROM user_role_menu WHERE m 阅读全文
摘要:
我的项目是springboot项目,在启动过程中报错如何下 Parameter 0 of method cacheAdvisor in org.springframework.cache.annotation.ProxyCachingConfiguration required a bean of 阅读全文
摘要:
实际案例 CASE when cc.c LIKE '%迟到%' THEN '扣一分' ELSE NULL END 如果有个需要判断 CASE when cc.c LIKE '%迟到%' THEN '扣一分' when cc.c LIKE '%早退%' THEN '扣两分' ELSE NULL END 阅读全文
摘要:
这个报错的完整信息 Expression #3 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'jira.ji.ID' which is not functionally dependent on 阅读全文