We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ae061f commit 7f7ca8cCopy full SHA for 7f7ca8c
src/test/java/org/apache/ibatis/submitted/automapping/Mapper.xml
@@ -21,7 +21,7 @@
21
<mapper namespace="org.apache.ibatis.submitted.automapping.Mapper">
22
23
<select id="getUser" resultMap="result">
24
- select * from users
+ select * from users where id = #{id}
25
</select>
26
27
<resultMap type="org.apache.ibatis.submitted.automapping.User" id="result" autoMapping="true">
0 commit comments