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
now()
3.5.2
当逻辑删除值为now()(时间戳)时支持i18n,由于now()函数,是数据库函数,获取的是当前时间,不支持动态设置时区。
方式一:支持传入动态值,由业务处理,像填充一样 方式二:支持表达式规则 方式三:支持传入字符串,通过反射代码获得动态值
The text was updated successfully, but these errors were encountered:
希望支持uuid或者时间戳
Sorry, something went wrong.
赞成
No branches or pull requests
当前使用版本
3.5.2
需求
当逻辑删除值为
now()
(时间戳)时支持i18n,由于now()
函数,是数据库函数,获取的是当前时间,不支持动态设置时区。思路
方式一:支持传入动态值,由业务处理,像填充一样
方式二:支持表达式规则
方式三:支持传入字符串,通过反射代码获得动态值
实现
The text was updated successfully, but these errors were encountered: