We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
3.5.7
我的update_time字段是定义在父类中,类型是Date,通过removeById进行逻辑删除操作时我的update_time会被设置成null,MyMetaObjectHandler和@TableField都试过,都自动填充值失败了
2024-11-29 16:01:02.029 DEBUG 91029 --- [io-8174-exec-10] c.d.b.user.mapper.UserMapper.deleteById : ==> Preparing: UPDATE tbl_user SET update_time=?, deleted=1 WHERE pkid=? AND deleted=0 2024-11-29 16:01:02.035 DEBUG 91029 --- [io-8174-exec-10] c.d.b.user.mapper.UserMapper.deleteById : ==> Parameters: null, e9b9f99f4f4a6e0171593ab376a20b81(String) 2024-11-29 16:01:02.042 DEBUG 91029 --- [io-8174-exec-10] c.d.b.user.mapper.UserMapper.deleteById : <== Updates: 1
The text was updated successfully, but these errors were encountered:
git形式给出复现demo
Sorry, something went wrong.
No branches or pull requests
确认
当前程序版本
3.5.7
问题描述
我的update_time字段是定义在父类中,类型是Date,通过removeById进行逻辑删除操作时我的update_time会被设置成null,MyMetaObjectHandler和@TableField都试过,都自动填充值失败了
详细堆栈日志
The text was updated successfully, but these errors were encountered: