select msg_id, msg_type, from_account, to_account, content, create_time, order_id,msg_content_type,msg_key from fs_inquiry_order_msg
insert into fs_inquiry_order_msg
msg_type,
from_account,
to_account,
content,
create_time,
order_id,
msg_content_type,
msg_key,
#{msgType},
#{fromAccount},
#{toAccount},
#{content},
#{createTime},
#{orderId},
#{msgContentType},
#{msgKey},
update fs_inquiry_order_msg
msg_type = #{msgType},
from_account = #{fromAccount},
to_account = #{toAccount},
content = #{content},
create_time = #{createTime},
order_id = #{orderId},
msg_content_type = #{msgContentType},
msg_key = #{msgKey},
where msg_id = #{msgId}
delete from fs_inquiry_order_msg where msg_id = #{msgId}
delete from fs_inquiry_order_msg where msg_id in
#{msgId}