updateByPrimaryKeySelective 过滤不掉 where 中的null值

【updateByPrimaryKeySelective 过滤不掉 where 中的null值】

updateByPrimaryKeySelective 过滤不掉 where 中的null值

文章插图
UpdateByPrimaryKeySelective无法筛选出where中的空值 。简介:使用tk.mybatis.mapper的updateByPrimaryKeySelective进行更新,只删除set的空值,不删除where之后的值 。系统用户u