springboot项目mybatis @Delete删除数据成功,但影响数总是返回0,有没有好人解释一下啊
你删除的数据确定在数据库存在么
@Delete("delete from product_category where category_type = #{type}") int deleteByType(@Param("type") Integer type);
不会吧,你确定删除成功了,应该是1才对