Skip to content

Commit

Permalink
Minor correction in the test case statement.
Browse files Browse the repository at this point in the history
  • Loading branch information
harawata committed Oct 9, 2013
1 parent 4ae061f commit 7f7ca8c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<mapper namespace="org.apache.ibatis.submitted.automapping.Mapper">

<select id="getUser" resultMap="result">
select * from users
select * from users where id = #{id}
</select>

<resultMap type="org.apache.ibatis.submitted.automapping.User" id="result" autoMapping="true">
Expand Down

0 comments on commit 7f7ca8c

Please sign in to comment.