select id, title, send_time, detail, create_by, create_time, update_by, update_time from lcd_info insert into lcd_info id, title, send_time, detail, create_by, create_time, update_by, update_time, #{id}, #{title}, #{sendTime}, #{detail}, #{createBy}, #{createTime}, #{updateBy}, #{updateTime}, update lcd_info title = #{title}, send_time = #{sendTime}, detail = #{detail}, create_by = #{createBy}, create_time = #{createTime}, update_by = #{updateBy}, update_time = #{updateTime}, where id = #{id} delete from lcd_info where id = #{id} delete from lcd_info where id in #{id}