id AS id, is_delete AS isDelete, gmt_create AS gmtCreate, gmt_modified AS gmtModified, record_id AS recordId, comment_user_id AS commentUserId insert into lz_result_comment( record_id, comment_user_id, is_delete, gmt_create, gmt_modified )values( #{ recordId}, #{ commentUserId}, 0, now(), now() ) update lz_result_comment is_delete = #{isDelete}, gmt_create = #{gmtCreate}, record_id = #{recordId}, comment_user_id = #{commentUserId} ,gmt_modified = now() where id = #{id} update lz_result_comment set is_delete = #{isDelete}, gmt_create = #{gmtCreate}, record_id = #{recordId}, comment_user_id = #{commentUserId} ,gmt_modified = now() where id = #{id} update lz_result_comment set is_delete = 1 where id=#{id} limit 1