linwe
2023-11-12 8d8c7da4e91028fc877f101dcd244bef3e18c197
src/main/java/org/springblade/modules/task/mapper/TaskHotelReportingMapper.xml
@@ -37,8 +37,8 @@
    <select id="selectTaskHotelReportingPage" resultMap="taskHotelReportingResultMap">
        select * from jczz_task_hotel_reporting where is_deleted = 0
        <if test="vo.checkUserId != null and vo.checkUserId != ''">
            AND check_user_id = #{vo.checkUserId}
        <if test="taskHotelReporting.checkUserId != null and taskHotelReporting.checkUserId != ''">
            AND check_user_id = #{taskHotelReporting.checkUserId}
        </if>
    </select>