| | |
| | | |
| | | |
| | | <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> |