|
@@ -22,6 +22,7 @@
|
|
|
<result column="customized_text" property="customizedText" />
|
|
|
<result column="customized_avatar_img" property="customizedAvatarImg" />
|
|
|
<result column="customized_img" property="customizedImg" />
|
|
|
+ <result column="customized_code_img" property="customizedCodeImg" />
|
|
|
<result column="customized_type" property="customizedType" />
|
|
|
<result column="customized_status" property="customizedStatus" />
|
|
|
<result column="customized_create_time" property="customizedCreateTime" />
|
|
@@ -47,6 +48,7 @@
|
|
|
t.customized_text,
|
|
|
t.customized_avatar_img,
|
|
|
t.customized_img,
|
|
|
+ t.customized_code_img,
|
|
|
t.customized_type,
|
|
|
t.customized_status,
|
|
|
t.customized_create_time
|
|
@@ -107,6 +109,7 @@
|
|
|
<result column="customized_text" property="customizedText" />
|
|
|
<result column="customized_avatar_img" property="customizedAvatarImg" />
|
|
|
<result column="customized_img" property="customizedImg" />
|
|
|
+ <result column="customized_code_img" property="customizedCodeImg" />
|
|
|
<result column="customized_type" property="customizedType" />
|
|
|
<result column="customized_status" property="customizedStatus" />
|
|
|
<result column="customized_create_time" property="customizedCreateTime" />
|
|
@@ -165,6 +168,7 @@
|
|
|
t.customized_text,
|
|
|
t.customized_avatar_img,
|
|
|
t.customized_img,
|
|
|
+ t.customized_code_img,
|
|
|
t.customized_type,
|
|
|
t.customized_status,
|
|
|
t.customized_create_time,
|
|
@@ -261,6 +265,7 @@
|
|
|
customized_text,
|
|
|
customized_avatar_img,
|
|
|
customized_img,
|
|
|
+ customized_code_img,
|
|
|
customized_type,
|
|
|
customized_status
|
|
|
)
|
|
@@ -285,6 +290,7 @@
|
|
|
#{customizedText},
|
|
|
#{customizedAvatarImg},
|
|
|
#{customizedImg},
|
|
|
+ #{customizedCodeImg},
|
|
|
#{customizedType},
|
|
|
#{customizedStatus}
|
|
|
)
|