Skip to content

Commit

Permalink
wrong .xml file committed
Browse files Browse the repository at this point in the history
  • Loading branch information
emacarron committed Sep 10, 2014
1 parent 8458015 commit 75c1737
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/org/apache/ibatis/builder/AuthorMapper.xml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
</select>

<select id="selectAuthorLinkedHashMap" resultType="java.util.LinkedHashMap">
select * from author where id = #{value}
select id, username from author where id = #{value}
</select>

<select id="selectAuthor" parameterMap="selectAuthor" resultMap="selectAuthor">
Expand Down

0 comments on commit 75c1737

Please sign in to comment.