INSERT INTO sys_suggestion (id_,mobile_no_,title_,content_,user_id_,create_time_,client_type_)
VALUES(#{id},#{mobileNo},#{title},#{content},#{userId},now(),#{clientType})
UPDATE sys_suggestion
client_type_ = #{clientType},
user_id_ = #{userId},
title_ = #{title},
content_ = #{content},
mobile_no_ = #{mobileNo},
WHERE id_ = #{id}
DELETE FROM sys_suggestion WHERE id_ = #{id}