linwei
2024-01-08 ad2ec97fe0c60eee4bb7c8cdacff7c876f280ea7
src/main/java/org/springblade/modules/task/mapper/TaskHotelReportingMapper.xml
@@ -36,7 +36,43 @@
    <select id="selectTaskHotelReportingPage" resultMap="taskHotelReportingResultMap">
        select * from jczz_task_hotel_reporting where is_deleted = 0
        select  id,
        task_id,
        hotel_name,
        place_id,
        district_id,
        district_name,
        check_time,
        check_user_id,
        check_user_name,
        check_telephone,
        location,
        fire_nums,
        fire_status,
        fire_image_urls,
        sc_status,
        sc_image_urls,
        pf_flag,
        pf_name,
        pf_image_urls,
        five_must,
        uan_image_urls,
        real_name,
        confirm_time,
        confirm_user_id,
        confirm_user_name,
        sc_flag,
        confirm_notion,
        confirm_flag,
        tenant_id,
        is_deleted,
        create_time,
        update_time,
        create_user,
        create_dept,
        update_user,
        status
        from jczz_task_hotel_reporting where is_deleted = 0
        <if test="taskHotelReporting.checkUserId != null and taskHotelReporting.checkUserId != ''">
            AND check_user_id = #{taskHotelReporting.checkUserId}
        </if>