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
type A struct { Id int `json:"id"` } type B struct { A Name int `json:"name"` } xml中 <if test="Id != null">-- 这里想要判断Id是否为空 </if>
The text was updated successfully, but these errors were encountered:
我已找到答案,应该通过B.A.Id进行访问,感谢。 另外想问一下能支持一下打印出最终执行的带参的完整sql吗?比如传参是指针,目前的日志打印的是地址,不能看到值是什么
Sorry, something went wrong.
很细啊 , 还在使用吗有在生产检验过吗?
No branches or pull requests
The text was updated successfully, but these errors were encountered: