Skip to content

Commit

Permalink
add result map check
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuxiujia committed Jun 30, 2020
1 parent 30f5e44 commit 684c52f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GoMybatisTempleteDecoder_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ func initMapperTest() {
<!--logic_undelete_value 逻辑删除 未删除字段-->
<!--version_key 乐观锁版本字段,支持int,int8,int16,int32,int64-->
<resultMap id="BaseResultMap">
<id column="id" property="id"/>
<id column="id" langType="id"/>
<result column="name" property="name" langType="string"/>
<result column="pc_link" property="pcLink" langType="string"/>
<result column="h5_link" property="h5Link" langType="string"/>
Expand Down

0 comments on commit 684c52f

Please sign in to comment.