INSERT INTO obpm2.shared_messages(id,
sender_id,
business_number,
content,
created_time,
message_type,
receiver,
receiver_type,
status,
title,
unique_id)
VALUES(
#{id},
#{senderId},
#{businessNumber},
#{content},
#{createdTime},
#{messageType},
#{receiver},
#{receiverType},
#{status},
#{title},
#{uniqueId}
)