|
@@ -52,14 +52,14 @@
|
52
|
52
|
uuid_type, source, message_content,
|
53
|
53
|
status, result, meaasge_type_id,
|
54
|
54
|
read_status, create_user, create_date,
|
55
|
|
- update_user, update_date, bill_id, activity_id, announcement_id)
|
|
55
|
+ update_user, update_date, bill_id, activity_id, announcement_id,transaction_id)
|
56
|
56
|
values (#{id,jdbcType=INTEGER}, #{ticketId,jdbcType=INTEGER},#{communityId,jdbcType=INTEGER}, #{messageType,jdbcType=CHAR},
|
57
|
57
|
#{adviceType,jdbcType=CHAR}, #{modelType,jdbcType=CHAR}, #{uuid,jdbcType=INTEGER},
|
58
|
58
|
#{uuidType,jdbcType=CHAR}, #{source,jdbcType=CHAR}, #{messageContent,jdbcType=VARCHAR},
|
59
|
59
|
#{status,jdbcType=CHAR}, #{result,jdbcType=VARCHAR}, #{meaasgeTypeId,jdbcType=VARCHAR},
|
60
|
60
|
#{readStatus,jdbcType=CHAR}, #{createUser,jdbcType=INTEGER}, #{createDate,jdbcType=TIMESTAMP},
|
61
|
61
|
#{updateUser,jdbcType=INTEGER}, #{updateDate,jdbcType=TIMESTAMP}, #{billId,jdbcType=INTEGER},
|
62
|
|
- #{activityId,jdbcType=INTEGER}, #{announcementId,jdbcType=INTEGER})
|
|
62
|
+ #{activityId,jdbcType=INTEGER}, #{announcementId,jdbcType=INTEGER},#{transactionId,jdbcType=VARCHAR})
|
63
|
63
|
</insert>
|
64
|
64
|
<insert id="insertSelective" parameterType="com.community.huiju.model.TpMessage" useGeneratedKeys="true" keyProperty="id" >
|
65
|
65
|
insert into tp_message
|