CASE WHEN `start_date` <= UNIX_TIMESTAMP() ' . 'AND `end_date` >= UNIX_TIMESTAMP() THEN `字段A` ' . 'ELSE `字段B` END >= 10';