Showing
1 changed file
with
1 additions
and
1 deletions
@@ -11,7 +11,7 @@ | @@ -11,7 +11,7 @@ | ||
11 | <result column="type" property="type" jdbcType="TINYINT" /> | 11 | <result column="type" property="type" jdbcType="TINYINT" /> |
12 | <result column="create_time" property="createTime" jdbcType="INTEGER" /> | 12 | <result column="create_time" property="createTime" jdbcType="INTEGER" /> |
13 | <result column="update_time" property="updateTime" jdbcType="INTEGER" /> | 13 | <result column="update_time" property="updateTime" jdbcType="INTEGER" /> |
14 | - <result column="show_invite_code" property="showInviteCoe" jdbcType="VARCHAR" /> | 14 | + <result column="show_invite_code" property="showInviteCode" jdbcType="VARCHAR" /> |
15 | </resultMap> | 15 | </resultMap> |
16 | <sql id="Base_Column_List" > | 16 | <sql id="Base_Column_List" > |
17 | id, uid, order_code, payment, status, amount, type, create_time, update_time, show_invite_code | 17 | id, uid, order_code, payment, status, amount, type, create_time, update_time, show_invite_code |
-
Please register or login to post a comment