zhongrj
2024-01-12 2a1f1e617ccab2927ce66f37f11c9cb4f8bd2b4c
src/main/java/org/springblade/modules/task/mapper/TaskHotelReportingMapper.xml
@@ -8,8 +8,6 @@
        <result column="task_id" property="taskId"/>
        <result column="hotel_name" property="hotelName"/>
        <result column="place_id" property="placeId"/>
        <result column="district_id" property="districtId"/>
        <result column="district_name" property="districtName"/>
        <result column="check_time" property="checkTime"/>
        <result column="check_user_id" property="checkUserId"/>
        <result column="check_user_name" property="checkUserName"/>
@@ -40,8 +38,6 @@
        task_id,
        hotel_name,
        place_id,
        district_id,
        district_name,
        check_time,
        check_user_id,
        check_user_name,
@@ -64,12 +60,10 @@
        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