...
|
...
|
@@ -11,7 +11,7 @@ |
|
|
<result column="type" property="type" jdbcType="TINYINT" />
|
|
|
<result column="create_time" property="createTime" jdbcType="INTEGER" />
|
|
|
<result column="update_time" property="updateTime" jdbcType="INTEGER" />
|
|
|
<result column="show_invite_code" property="showInviteCoe" jdbcType="VARCHAR" />
|
|
|
<result column="show_invite_code" property="showInviteCode" jdbcType="VARCHAR" />
|
|
|
</resultMap>
|
|
|
<sql id="Base_Column_List" >
|
|
|
id, uid, order_code, payment, status, amount, type, create_time, update_time, show_invite_code
|
...
|
...
|
|