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
如果使用的话, $result = $this->testDAO->update(['type'=>['+'=>1.3]]);
结果好像会被会被取整
数据库的类型已经设置成double了
直接赋予一个浮点数没有问题,
The text was updated successfully, but these errors were encountered:
找到问题了 处理sql注入保护的时候强转intval了 稍等我想想处理下
Sorry, something went wrong.
e6f5511 两个对应的文件修改已更新 替换下即可
好的,谢谢
No branches or pull requests
如果使用的话,
$result = $this->testDAO->update(['type'=>['+'=>1.3]]);
结果好像会被会被取整
数据库的类型已经设置成double了
直接赋予一个浮点数没有问题,
The text was updated successfully, but these errors were encountered: