首页 > 技术文章 > The expression 'list' evaluated to a null value

sunstudy 2021-03-12 16:58 原文

mybatis 使用foreach时出现"The expression 'list' evaluated to a null value"问题

 

这时候添加一个<if test="list !=null"></if>

把<foreach></foreach>括起来

推荐阅读