A.story_id,
        B.story_title,
        A.target_id,
        C.target_title,
        A.item_id,
        D.item_title,
        D.item_code,
        A.point_id,
        A.point_code,
        A.point_content,
        A.point_score,
        A.score_criterion,
        E.record_id,
        E.year,
        E.month,
        IFNULL(E.hos_score, 0) AS hos_score,
        IFNULL(CASE WHEN E.hos_score >= 0  THEN 1 ELSE 0 END, 0) AS is_assessed,
        E.assess_time