lin
2024-04-16 2b1a74f4faa5a00a294bdc6a6d956c2e009cf467
src/main/java/org/springblade/modules/task/mapper/TaskBailReportingEventMapper.xml
@@ -37,8 +37,8 @@
    <select id="selectTaskBailReportingEventPage" resultMap="taskBailReportingEventResultMap">
        select * from jczz_task_bail_reporting_event where is_deleted = 0
        <if test="vo.checkUserId != null and vo.checkUserId != ''">
            AND check_user_id = #{vo.checkUserId}
        <if test="taskBailReportingEvent.checkUserId != null and taskBailReportingEvent.checkUserId != ''">
            AND check_user_id = #{taskBailReportingEvent.checkUserId}
        </if>
    </select>