luohairen
2024-11-22 b3070afd8c427223fa661513c523aea06ce4bbcf
business/src/main/resources/mapper/ProjectPlanExamineRecordMapper.xml
@@ -16,6 +16,8 @@
        <result column="event_type" property="eventType" />
        <result column="delay_start_time" property="delayStartTime" />
        <result column="delay_end_time" property="delayEndTime" />
        <result column="gmt_create_time" property="gmtCreateTime" />
        <result column="gmt_update_time" property="gmtUpdateTime" />
    </resultMap>
@@ -38,6 +40,8 @@
            TPPER.event_type,
            TPPER.delay_start_time,
            TPPER.delay_end_time,
            TPPER.gmt_create_time,
            TPPER.gmt_update_time,
            TPPER.id
        FROM
            t_project_plan_examine_record TPPER
@@ -60,6 +64,8 @@
            TPPER.event_type,
            TPPER.delay_start_time,
            TPPER.delay_end_time,
            TPPER.gmt_create_time,
            TPPER.gmt_update_time,
            TPPER.id
        FROM
            t_project_plan_examine_record TPPER