id, community_id, name, status, create_at, create_by, count, hot_num update com_act_neighbor_circle_topic set hot_num = hot_num + #{hotNum} where id = #{circleTopicId} update com_act_neighbor_circle_topic set `count` = `count` + 1 where id = #{circleTopicId}