insert into t_class_metting_super ( user_id,start_time,create_day,class_id) value (#{userId},#{startTime},#{createDay},#{classId}) update t_class_metting_super set end_time=#{endTime} ,sup_hour=#{hours} where id=#{id} update t_class_metting_check set is_check='1' ,check_time=#{times} where class_id=#{classId}