Closed HeHuan-666 closed 2 years ago
* 例1:@TableField(.. , update="%s+1") 其中 %s 会填充为字段 * 输出 SQL 为:update 表 set 字段=字段+1 where ... *
* 例2:@TableField(.. , update="now()") 使用数据库时间 * 输出 SQL 为:update 表 set 字段=now() where ... */ String update() default "";
注解没有默认值,你需要debug看你的budgetAdjust在update时是不是为null
当前使用版本(必填,否则不予处理)
* 例1:@TableField(.. , update="%s+1") 其中 %s 会填充为字段 * 输出 SQL 为:update 表 set 字段=字段+1 where ... *
* 例2:@TableField(.. , update="now()") 使用数据库时间 * 输出 SQL 为:update 表 set 字段=now() where ... */ String update() default "";