mybatis plus把字段设为非数据库字段注解,updateById无法更新数据为null的注解 实体类字段设为非数据库字段注解:只在系统中使用,不会校检数据库是否有这个字段使用注解@TableField(exist = false 使用updateById系统会自动过滤掉了空... 不凡 2020-11-29 566 #mybatis #MySQL #mybatis Plus
Mybatis if 判断等于一个字符串怎么写 问题:当传入的type的值为0的时候,if判断内的sql也不会执行。<if test="type=='0'"> and status = 0... 不凡 2020-03-25 928 #mybatis #xml