Skip to content

Commit

Permalink
Merge pull request mybatis#469 from iaiti/patch-3
Browse files Browse the repository at this point in the history
The value of column is wrong in Chinese version
  • Loading branch information
harawata committed Aug 20, 2015
2 parents 490785c + a1c8550 commit 7af28e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/site/zh/xdoc/sqlmap-xml.xml
Original file line number Diff line number Diff line change
Expand Up @@ -622,8 +622,8 @@ ResultMap 最优秀的地方你已经了解了很多了,但是你还没有真正

<source><![CDATA[<resultMap id="userResultMap" type="User">
<id property="id" column="user_id" />
<result property="username" column="username"/>
<result property="password" column="password"/>
<result property="username" column="user_name"/>
<result property="password" column="hashed_password"/>
</resultMap>]]></source>

<p>
Expand Down

0 comments on commit 7af28e3

Please sign in to comment.